++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=America/Argentina/Salta
+ echo 'Choosen random timezone America/Argentina/Salta'
Choosen random timezone America/Argentina/Salta
+ ln -snf /usr/share/zoneinfo/America/Argentina/Salta /etc/localtime
+ echo America/Argentina/Salta
+ dpkg -i package_folder/clickhouse-common-static_24.3.18.10389.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49077 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.18.10389.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static (24.3.18.10389.altinitystable) ...
Setting up clickhouse-common-static (24.3.18.10389.altinitystable) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10389.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49106 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10389.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.18.10389.altinitystable) ...
Setting up clickhouse-common-static-dbg (24.3.18.10389.altinitystable) ...
+ dpkg -i package_folder/clickhouse-server_24.3.18.10389.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49115 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.18.10389.altinitystable_amd64.deb ...
Unpacking clickhouse-server (24.3.18.10389.altinitystable) ...
Setting up clickhouse-server (24.3.18.10389.altinitystable) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.18.10389.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49132 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.18.10389.altinitystable_amd64.deb ...
Unpacking clickhouse-client (24.3.18.10389.altinitystable) ...
Setting up clickhouse-client (24.3.18.10389.altinitystable) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.18.10389.altinitystable (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=56305664
+ sed --follow-symlinks -i 's|[[:digit:]]\+|56305664|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=14604288
+ sed --follow-symlinks -i 's|[[:digit:]]\+|14604288|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ ./minio server --address :11111 ./minio_data
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=4
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=5
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=6
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=8
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 11 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=12
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 12 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:39319 http://127.0.0.1:39319
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (39319), please use --console-address ":PORT" to choose a static port.
+ counter=13
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./18431677C7812F1F68f2b3fa-85e7-49b5-892e-f320f6ab08b9
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 258 root 10u IPv6 32424 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 120.34 MiB/s
02731.parquet
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 93.57 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 42.72 KiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.64 KiB/s
b.tsv
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.43 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 5.29 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 6.81 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K May 26 10:22 .
drwxr-xr-x 1 root root 4.0K May 26 10:22 ..
-rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K May 26 10:22 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K May 26 10:22 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K May 26 10:22 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K May 26 10:22 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 4.0K May 26 10:19 broken_tests.json
drwxr-xr-x 5 root root 340 May 26 10:21 dev
-rwxr-xr-x 1 root root 0 May 26 10:21 .dockerenv
drwxr-xr-x 1 root root 4.0K May 26 10:22 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Oct 31 2024 mc
drwxr-xr-x 2 root root 4.0K Sep 11 2024 media
-rwxr-xr-x 1 root root 114M Oct 31 2024 minio
drwxr-xr-x 4 root root 4.0K May 26 10:23 minio_data
drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt
drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K May 26 10:21 package_folder
dr-xr-xr-x 328 root root 0 May 26 10:21 proc
-rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4.0K May 26 10:23 root
drwxr-xr-x 1 root root 4.0K May 26 10:22 run
-rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv
-rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 26 10:21 sys
drwxrwxr-x 2 1000 1000 4.0K May 26 10:22 test_output
drwxrwxrwt 1 root root 4.0K May 26 10:22 tmp
drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 11 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 558 clickhouse 322u IPv4 25361 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [26/May/2025:13:23:23 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [26/May/2025:13:23:23 +0000] "PUT /devstoreaccount1/cont/jamavqrweqjctlostajkvhvjylrkohaf?blockid=fxmdnljfcdiqrwjnngiejddxttkzyphbmrwixkjigqtzixnjmrwwpxdcsktscsqg&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [26/May/2025:13:23:23 +0000] "PUT /devstoreaccount1/cont/jamavqrweqjctlostajkvhvjylrkohaf?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [26/May/2025:13:23:23 +0000] "GET /devstoreaccount1/cont/jamavqrweqjctlostajkvhvjylrkohaf HTTP/1.1" 206 4
127.0.0.1 - - [26/May/2025:13:23:23 +0000] "GET /devstoreaccount1/cont/jamavqrweqjctlostajkvhvjylrkohaf HTTP/1.1" 206 2
127.0.0.1 - - [26/May/2025:13:23:23 +0000] "DELETE /devstoreaccount1/cont/jamavqrweqjctlostajkvhvjylrkohaf HTTP/1.1" 202 -
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 747
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 3 ]]
+ [[ -n 5 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 3 --run-by-hash-total 5 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2025-05-26 10:24:51 Using queries from '/usr/share/clickhouse-test/queries' directory
2025-05-26 10:24:51 Connecting to ClickHouse server... OK
2025-05-26 10:24:51 Connected to server 24.3.18.10389.altinitystable @ 7a1b53921dfb37a4fe50af3efd7b3b833d32682a HEAD
2025-05-26 10:24:51 Found 1127 parallel tests and 116 sequential tests
2025-05-26 10:24:55
2025-05-26 10:24:55 Running about 140 stateless tests (ForkPoolWorker-7).
2025-05-26 10:24:55
2025-05-26 10:24:55 03246_range_literal_replacement_works: [ OK ] 3.47 sec.
2025-05-26 10:24:55
2025-05-26 10:24:55 Running about 140 stateless tests (ForkPoolWorker-4).
2025-05-26 10:24:55
2025-05-26 10:24:55 03303_alias_inverse_order: [ OK ] 3.52 sec.
2025-05-26 10:24:55
2025-05-26 10:24:55 Running about 140 stateless tests (ForkPoolWorker-9).
2025-05-26 10:24:55
2025-05-26 10:24:55 03231_prewhere_conditions_order: [ OK ] 3.52 sec.
2025-05-26 10:24:55
2025-05-26 10:24:55 Running about 140 stateless tests (ForkPoolWorker-2).
2025-05-26 10:24:55
2025-05-26 10:24:55 03321_join_on_is_null_lowcardinality: [ OK ] 3.71 sec.
2025-05-26 10:24:55
2025-05-26 10:24:55 Running about 140 stateless tests (ForkPoolWorker-6).
2025-05-26 10:24:55
2025-05-26 10:24:55 03284_json_object_as_tuple_duplicate_keys: [ OK ] 3.82 sec.
2025-05-26 10:24:55
2025-05-26 10:24:55 Running about 140 stateless tests (ForkPoolWorker-5).
2025-05-26 10:24:55
2025-05-26 10:24:55 03261_sort_cursor_crash: [ OK ] 4.01 sec.
2025-05-26 10:24:56
2025-05-26 10:24:56 Running about 140 stateless tests (ForkPoolWorker-3).
2025-05-26 10:24:56
2025-05-26 10:24:56 03290_final_collapsing: [ OK ] 4.48 sec.
2025-05-26 10:24:58 03215_analyzer_replace_with_dummy_tables: [ OK ] 3.24 sec.
2025-05-26 10:24:58 03217_json_merge_patch_stack_overflow: [ OK ] 3.81 sec.
2025-05-26 10:24:59 03210_variant_with_aggregate_function_type: [ OK ] 3.99 sec.
2025-05-26 10:24:59 03196_max_intersections_arena_crash: [ OK ] 3.38 sec.
2025-05-26 10:24:59
2025-05-26 10:24:59 Running about 140 stateless tests (ForkPoolWorker-8).
2025-05-26 10:24:59
2025-05-26 10:24:59 03221_mutation_analyzer_skip_part: [ OK ] 8.05 sec.
2025-05-26 10:25:02 03209_parameterized_view_with_non_literal_params: [ OK ] 6.66 sec.
2025-05-26 10:25:02 03167_parametrized_view_with_cte: [ OK ] 3.65 sec.
2025-05-26 10:25:02 03217_filtering_in_system_tables: [ OK ] 7.29 sec.
2025-05-26 10:25:03 03151_redundant_distinct_with_window: [ OK ] 3.63 sec.
2025-05-26 10:25:03 03164_analyzer_global_in_alias: [ OK ] 4.12 sec.
2025-05-26 10:25:03 03151_analyzer_view_read_only_necessary_columns: [ OK ] 3.69 sec.
2025-05-26 10:25:03 03143_parallel_replicas_mat_view_bug: [ OK ] 3.50 sec.
2025-05-26 10:25:05 03130_abs_in_key_condition_bug: [ OK ] 3.59 sec.
2025-05-26 10:25:06 03127_argMin_combinator_state: [ OK ] 3.83 sec.
2025-05-26 10:25:06 03016_analyzer_groupby_fuzz_59796: [ OK ] 3.53 sec.
2025-05-26 10:25:07 03022_alter_materialized_view_query_has_inner_table: [ OK ] 3.89 sec.
2025-05-26 10:25:07 03031_distinguish_bool_and_int_in_settings: [ OK ] 4.59 sec.
2025-05-26 10:25:08 03023_group_by_use_nulls_analyzer_crashes: [ OK ] 5.05 sec.
2025-05-26 10:25:08 03033_scalars_context_data_race: [ OK ] 6.05 sec.
2025-05-26 10:25:09 03015_with_fill_invalid_expression: [ OK ] 3.21 sec.
2025-05-26 10:25:09 03015_analyzer_groupby_fuzz_60772: [ OK ] 3.54 sec.
2025-05-26 10:25:10 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 3.55 sec.
2025-05-26 10:25:10 03014_analyzer_groupby_fuzz_60317: [ OK ] 3.59 sec.
2025-05-26 10:25:10 03014_window_view_crash: [ OK ] 3.18 sec.
2025-05-26 10:25:11 03013_position_const_start_pos: [ OK ] 3.40 sec.
2025-05-26 10:25:12 03008_groupSortedArray_field: [ OK ] 3.41 sec.
2025-05-26 10:25:13 03006_analyzer_executable_table_function: [ OK ] 3.17 sec.
2025-05-26 10:25:13 03003_compatibility_setting_bad_value: [ OK ] 3.03 sec.
2025-05-26 10:25:14 03004_json_named_tuples_inference_ambiguous_paths_as_string: [ OK ] 3.24 sec.
2025-05-26 10:25:15 03003_sql_json_nonsense: [ OK ] 3.32 sec.
2025-05-26 10:25:15 03009_format_show_database: [ OK ] 6.76 sec.
2025-05-26 10:25:15 03002_modify_query_cte: [ OK ] 2.95 sec.
2025-05-26 10:25:17 03002_analyzer_prewhere: [ OK ] 4.25 sec.
2025-05-26 10:25:17 02998_primary_key_skip_columns: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:25:18 03008_optimize_equal_ranges: [ OK ] 8.32 sec.
2025-05-26 10:25:18 03001_insert_threads_deduplication: [ OK ] 4.66 sec.
2025-05-26 10:25:18 03000_virtual_columns_in_prewhere: [ OK ] 3.51 sec.
2025-05-26 10:25:18 02999_scalar_subqueries_bug_2: [ OK ] 3.28 sec.
2025-05-26 10:25:19 02999_scalar_subqueries_bug_1: [ OK ] 3.68 sec.
2025-05-26 10:25:21 02998_ipv6_hashing: [ OK ] 3.38 sec.
2025-05-26 10:25:21 03001_bad_error_message_higher_order_functions: [ OK ] 7.36 sec.
2025-05-26 10:25:21 02998_system_dns_cache_table: [ OK ] 3.33 sec.
2025-05-26 10:25:22 02998_attach_partition_not_allowed_if_structure_differs_due_to_materialized_column: [ OK ] 3.58 sec.
2025-05-26 10:25:22 02996_index_compaction_counterexample: [ OK ] 3.78 sec.
2025-05-26 10:25:24 02993_values_escape_quote: [ OK ] 3.32 sec.
2025-05-26 10:25:25 02990_parts_splitter_invalid_ranges: [ OK ] 3.61 sec.
2025-05-26 10:25:25 02990_arrayFold_nullable_lc: [ OK ] 4.20 sec.
2025-05-26 10:25:26 02997_fix_datetime64_scale_conversion: [ OK ] 7.32 sec.
2025-05-26 10:25:26 02990_optimize_uniq_to_count_alias: [ OK ] 3.70 sec.
2025-05-26 10:25:29 02985_dialects_with_distributed_tables: [ OK ] 4.42 sec.
2025-05-26 10:25:29 02981_translate_fixedstring: [ OK ] 3.41 sec.
2025-05-26 10:25:29 02973_dictionary_table_exception_fix: [ OK ] 3.30 sec.
2025-05-26 10:25:30 02985_parser_check_stack_size: [ OK ] 7.45 sec.
2025-05-26 10:25:30 02983_empty_map: [ OK ] 5.23 sec.
2025-05-26 10:25:32 02969_analyzer_eliminate_injective_functions: [ OK ] 3.68 sec.
2025-05-26 10:25:33 02973_analyzer_join_use_nulls_column_not_found: [ OK ] 3.95 sec.
2025-05-26 10:25:33 02969_functions_to_subcolumns_if_null: [ OK ] 3.88 sec.
2025-05-26 10:25:34 02995_forget_partition: [ OK ] 15.05 sec.
2025-05-26 10:25:34 02968_mysql_prefer_column_name_to_alias: [ OK ] 3.88 sec.
2025-05-26 10:25:35 02969_archive_seek: [ OK ] 5.40 sec.
2025-05-26 10:25:36 02980_s3_plain_DROP_TABLE_MergeTree: [ OK ] 10.71 sec.
2025-05-26 10:25:37 02967_analyzer_fuzz: [ OK ] 3.80 sec.
2025-05-26 10:25:37 02963_invalid_identifier: [ OK ] 3.17 sec.
2025-05-26 10:25:38 02956_fix_to_start_of_milli_microsecond: [ OK ] 3.37 sec.
2025-05-26 10:25:40 02952_archive_parsing: [ OK ] 3.16 sec.
2025-05-26 10:25:40 02956_clickhouse_local_system_parts: [ OK ] 5.40 sec.
2025-05-26 10:25:40 02952_binary: [ OK ] 3.84 sec.
2025-05-26 10:25:40 02943_variant_type_with_different_local_and_global_order: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:25:43 02945_blake3_msan: [ OK ] 3.19 sec.
2025-05-26 10:25:43 02949_parallel_replicas_in_subquery: [ OK ] 4.81 sec.
2025-05-26 10:25:44 02950_part_log_bytes_uncompressed: [ OK ] 7.19 sec.
2025-05-26 10:25:45 02946_format_values: [ OK ] 4.94 sec.
2025-05-26 10:25:45 02943_create_query_interpreter_sample_block_fix: [ OK ] 4.36 sec.
2025-05-26 10:25:48 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 4.76 sec.
2025-05-26 10:25:48 02935_date_trunc_case_unsensitiveness: [ OK ] 3.82 sec.
2025-05-26 10:25:49 02935_ipv6_bit_operations: [ OK ] 3.47 sec.
2025-05-26 10:25:49 02943_order_by_all: [ OK ] 5.45 sec.
2025-05-26 10:25:52 02931_ubsan_error_arena_aligned_alloc: [ OK ] 3.72 sec.
2025-05-26 10:25:54 02931_size_virtual_column_use_structure_from_insertion_table: [ OK ] 5.57 sec.
2025-05-26 10:25:55 02940_variant_text_deserialization: [ OK ] 10.45 sec.
2025-05-26 10:25:57 02931_file_cluster: [ OK ] 8.32 sec.
2025-05-26 10:25:57 02922_respect_nulls_parser: [ OK ] 5.11 sec.
2025-05-26 10:25:57 02968_file_log_multiple_read: [ OK ] 24.88 sec.
2025-05-26 10:25:58 02920_unary_operators_functions: [ OK ] 3.33 sec.
2025-05-26 10:26:01 02918_join_pm_lc_crash: [ OK ] 3.66 sec.
2025-05-26 10:26:02 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 4.59 sec.
2025-05-26 10:26:02 02920_alter_column_of_projections: [ OK ] 5.15 sec.
2025-05-26 10:26:04 02920_capnp_protobuf_auto_schema_nested: [ OK ] 9.47 sec.
2025-05-26 10:26:08 02911_join_on_nullsafe_optimization: [ OK ] 5.92 sec.
2025-05-26 10:26:08 02918_sqlite_path_check: [ OK ] 10.87 sec.
2025-05-26 10:26:10 02910_replicated_merge_parameters_must_consistent: [ OK ] 4.87 sec.
2025-05-26 10:26:12 02915_input_table_function_in_subquery: [ OK ] 10.58 sec.
2025-05-26 10:26:13 02932_kill_query_sleep: [ OK ] 24.87 sec.
2025-05-26 10:26:13 02907_read_buffer_content_is_cached_multiple_blobs: [ OK ] 4.30 sec.
2025-05-26 10:26:13 02907_http_exception_json_bug: [ OK ] 4.51 sec.
2025-05-26 10:26:13 02911_analyzer_order_by_read_in_order_query_plan: [ OK ] 10.62 sec.
2025-05-26 10:26:14 02906_flatten_only_true_nested: [ OK ] 3.90 sec.
2025-05-26 10:26:16 02905_show_setting_query: [ OK ] 3.40 sec.
2025-05-26 10:26:17 02902_select_subcolumns_from_engine_null: [ OK ] 3.52 sec.
2025-05-26 10:26:18 02900_date_time_check_overflow: [ OK ] 4.64 sec.
2025-05-26 10:26:18 02905_system_logs_hostname: [ OK ] 6.66 sec.
2025-05-26 10:26:20 02967_parallel_replicas_join_algo_and_analyzer: [ OK ] 46.93 sec.
2025-05-26 10:26:20 02896_optimize_array_exists_to_has_with_date: [ OK ] 3.55 sec.
2025-05-26 10:26:22 02893_trash_optimization: [ OK ] 3.39 sec.
2025-05-26 10:26:22 02892_SummingMergeTree_Nested: [ OK ] 3.66 sec.
2025-05-26 10:26:24 02892_rocksdb_trivial_count: [ OK ] 3.80 sec.
2025-05-26 10:26:24 03199_unbin_buffer_overflow: [ OK ] 88.88 sec.
2025-05-26 10:26:24 02891_alter_update_adaptive_granularity: [ OK ] 3.76 sec.
2025-05-26 10:26:26 02905_csv_unquoted_string_with_cr: [ OK ] 12.91 sec.
2025-05-26 10:26:26 02890_partition_prune_in_extra_columns: [ OK ] 3.50 sec.
2025-05-26 10:26:26 02891_rename_table_without_keyword: [ OK ] 3.91 sec.
2025-05-26 10:26:28 02888_obsolete_settings: [ OK ] 3.63 sec.
2025-05-26 10:26:28 02884_parallel_window_functions: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:26:28 02890_untuple_column_names: [ OK ] 4.08 sec.
2025-05-26 10:26:28 02885_create_distributed_table_without_as: [ OK ] 2.77 sec.
2025-05-26 10:26:29 02898_input_format_values_allow_data_after_semicolon: [ OK ] 12.77 sec.
2025-05-26 10:26:29 02884_duplicate_index_name: [ OK ] 3.13 sec.
2025-05-26 10:26:29 02903_client_insert_in_background: [ OK ] 16.21 sec.
2025-05-26 10:26:29 02888_single_state_nullable_type: [ OK ] 3.38 sec.
2025-05-26 10:26:32 02881_system_detached_parts_modification_time: [ OK ] 3.71 sec.
2025-05-26 10:26:32 02869_unicode_minus: [ OK ] 3.37 sec.
2025-05-26 10:26:33 02871_multiple_joins_rewriter_v2_handle_last_table_columns: [ OK ] 3.58 sec.
2025-05-26 10:26:33 02874_infer_objects_as_named_tuples: [ OK ] 3.89 sec.
2025-05-26 10:26:33 02875_fix_column_decimal_serialization: [ OK ] 4.50 sec.
2025-05-26 10:26:34 02878_use_structure_from_insertion_table_with_explicit_insert_columns: [ OK ] 6.42 sec.
2025-05-26 10:26:37 02863_non_const_timezone_check: [ OK ] 4.31 sec.
2025-05-26 10:26:37 02842_move_pk_to_end_of_prewhere: [ OK ] 4.70 sec.
2025-05-26 10:26:38 02869_parallel_replicas_read_from_several: [ OK ] 5.75 sec.
2025-05-26 10:26:39 02842_table_function_file_filter_by_virtual_columns: [ OK ] 6.34 sec.
2025-05-26 10:26:40 02842_mutations_replace_non_deterministic: [ OK ] 7.42 sec.
2025-05-26 10:26:41 02840_grace_hash_join_structure_mismatch: [ OK ] 3.66 sec.
2025-05-26 10:26:42 02834_add_sub_date_functions: [ OK ] 4.15 sec.
2025-05-26 10:26:43 02836_file_diagnostics_while_reading_header: [ OK ] 5.58 sec.
2025-05-26 10:26:44 02832_transform_fixed_string_no_default: [ OK ] 3.33 sec.
2025-05-26 10:26:45 02833_tuple_concat: [ OK ] 4.16 sec.
2025-05-26 10:26:45 02832_integer_type_inference: [ OK ] 3.49 sec.
2025-05-26 10:26:47 02831_regexp_analyze_recursion: [ OK ] 3.74 sec.
2025-05-26 10:26:47 02831_trash: [ OK ] 3.27 sec.
2025-05-26 10:26:48 02818_parameterized_view_with_cte_multiple_usage: [ OK ] 3.58 sec.
2025-05-26 10:26:49 02815_logical_error_cannot_get_column_name_of_set: [ OK ] 3.34 sec.
2025-05-26 10:26:50 02814_create_index_uniq_noop: [ OK ] 3.04 sec.
2025-05-26 10:26:52 02814_order_by_tuple_window_function: [ OK ] 3.40 sec.
2025-05-26 10:26:53 02889_file_log_save_errors: [ OK ] 29.02 sec.
2025-05-26 10:26:54 02813_any_value: [ OK ] 3.37 sec.
2025-05-26 10:26:54 02815_join_algorithm_setting: [ OK ] 6.79 sec.
2025-05-26 10:26:55 02813_array_concat_agg: [ OK ] 3.53 sec.
2025-05-26 10:26:55 02814_currentDatabase_for_table_functions: [ OK ] 6.47 sec.
2025-05-26 10:26:57 02812_csv_date_time_with_comma: [ OK ] 3.47 sec.
2025-05-26 10:26:57 02812_large_varints: [ OK ] 3.41 sec.
2025-05-26 10:26:57 02810_convert_uuid_to_uint128: [ OK ] 3.57 sec.
2025-05-26 10:26:58 02841_not_ready_set_bug: [ OK ] 23.54 sec.
2025-05-26 10:26:59 02810_fix_remove_dedundant_distinct_view: [ OK ] 3.74 sec.
2025-05-26 10:27:00 02810_system_jemalloc_bins: [ OK ] 4.13 sec.
2025-05-26 10:27:00 02808_aliases_inside_case: [ OK ] 3.22 sec.
2025-05-26 10:27:01 02809_has_subsequence: [ OK ] 4.74 sec.
2025-05-26 10:27:02 02802_with_cube_with_totals: [ OK ] 3.44 sec.
2025-05-26 10:27:02 02872_null_as_default_nested: [ OK ] 32.98 sec.
2025-05-26 10:27:03 02801_transform_nullable: [ OK ] 3.84 sec.
2025-05-26 10:27:05 02795_full_join_assert_cast: [ OK ] 3.36 sec.
2025-05-26 10:27:05 02800_clickhouse_local_default_settings: [ OK ] 5.22 sec.
2025-05-26 10:27:05 02791_predicate_pushdown_different_types: [ OK ] 3.39 sec.
2025-05-26 10:27:05 02790_fix_coredump_when_compile_expression: [ OK ] 3.39 sec.
2025-05-26 10:27:06 02798_substring_index: [ OK ] 5.93 sec.
2025-05-26 10:27:06 02789_jit_cannot_convert_column: [ OK ] 3.33 sec.
2025-05-26 10:27:07 02806_system_parts_columns_modification_time: [ OK ] 9.98 sec.
2025-05-26 10:27:09 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 3.86 sec.
2025-05-26 10:27:09 02784_move_all_conditions_to_prewhere_analyzer_asan: [ OK ] 3.69 sec.
2025-05-26 10:27:09 02785_global_join_too_many_columns: [ OK ] 3.92 sec.
2025-05-26 10:27:10 02783_max_bytes_to_read_in_schema_inference: [ OK ] 3.30 sec.
2025-05-26 10:27:10 02783_parsedatetimebesteffort_syslog: [ OK ] 3.53 sec.
2025-05-26 10:27:10 02781_data_skipping_index_merge_tree_min_for_seek: [ OK ] 2.46 sec.
2025-05-26 10:27:13 02771_jit_functions_comparison_crash: [ OK ] 3.86 sec.
2025-05-26 10:27:14 02752_is_null_priority: [ OK ] 3.48 sec.
2025-05-26 10:27:15 02740_hashed_dictionary_load_factor_smoke: [ OK ] 5.04 sec.
2025-05-26 10:27:16 02767_into_outfile_extensions_msan: [ OK ] 7.25 sec.
2025-05-26 10:27:16 02752_forbidden_headers: [ OK ] 6.70 sec.
2025-05-26 10:27:17 02735_array_map_array_of_tuples: [ OK ] 3.52 sec.
2025-05-26 10:27:18 02737_session_timezone: [ OK ] 5.47 sec.
2025-05-26 10:27:20 02717_pretty_json: [ OK ] 3.41 sec.
2025-05-26 10:27:21 02715_or_null: [ OK ] 3.49 sec.
2025-05-26 10:27:22 02711_trim_aliases: [ OK ] 3.53 sec.
2025-05-26 10:27:24 02710_date_diff_aliases: [ OK ] 3.53 sec.
2025-05-26 10:27:24 02722_matcher_join_use_nulls: [ OK ] 8.74 sec.
2025-05-26 10:27:24 02710_topk_with_empty_array: [ OK ] 3.41 sec.
2025-05-26 10:27:27 02708_dotProduct: [ OK ] 5.67 sec.
2025-05-26 10:27:28 02704_storage_merge_explain_graph_crash: [ OK ] 3.67 sec.
2025-05-26 10:27:28 02707_keeper_map_delete_update_strict: [ OK ] 4.64 sec.
2025-05-26 10:27:29 02706_kolmogorov_smirnov_test: [ OK ] 5.39 sec.
2025-05-26 10:27:31 02700_regexp_operator: [ OK ] 3.20 sec.
2025-05-26 10:27:33 02699_polygons_sym_difference_total_analyzer: [ OK ] 3.38 sec.
2025-05-26 10:27:35 02698_marked_dropped_tables: [ OK ] 3.41 sec.
2025-05-26 10:27:36 02694_wrong_identifier_shouldnt_be_accepted: [ OK ] 3.46 sec.
2025-05-26 10:27:36 02718_cli_dashed_options_parsing: [ OK ] 20.32 sec.
2025-05-26 10:27:38 02771_system_user_processes: [ OK ] 29.33 sec.
2025-05-26 10:27:38 02693_multiple_joins_in: [ OK ] 3.46 sec.
2025-05-26 10:27:40 02692_multiple_joins_unicode: [ OK ] 3.74 sec.
2025-05-26 10:27:41 02691_multiple_joins_backtick_identifiers: [ OK ] 4.05 sec.
2025-05-26 10:27:42 02689_meaningless_data_types: [ OK ] 3.39 sec.
2025-05-26 10:27:42 02688_long_aggregate_function_names: [ OK ] 3.17 sec.
2025-05-26 10:27:43 02681_aggregation_by_partitions_bug: [ OK ] 3.03 sec.
2025-05-26 10:27:44 02677_get_subcolumn_array_of_tuples: [ OK ] 3.59 sec.
2025-05-26 10:27:45 02704_max_backup_bandwidth: [ OK ] 17.15 sec.
2025-05-26 10:27:45 02675_is_ipv6_function_fix: [ OK ] 3.33 sec.
2025-05-26 10:27:45 02674_null_default_structure: [ OK ] 3.40 sec.
2025-05-26 10:27:47 02668_column_block_number_vertical_merge: [ OK ] 4.16 sec.
2025-05-26 10:27:50 02597_column_update_and_replication: [ OK ] 5.32 sec.
2025-05-26 10:27:52 02834_remote_session_log: [ OK ] 72.57 sec.
2025-05-26 10:27:53 02581_width_bucket: [ OK ] 5.38 sec.
2025-05-26 10:27:54 02577_analyzer_array_join_calc_twice: [ OK ] 3.49 sec.
2025-05-26 10:27:55 02575_merge_prewhere_default_expression: [ OK ] 3.71 sec.
2025-05-26 10:27:57 02575_merge_prewhere_ephemeral: [ OK ] 3.79 sec.
2025-05-26 10:27:58 02573_insert_null_as_default_null_as_empty_nested: [ OK ] 4.29 sec.
2025-05-26 10:28:02 02572_materialized_views_ignore_errors: [ OK ] 6.40 sec.
2025-05-26 10:28:03 02568_and_consistency: [ OK ] 4.34 sec.
2025-05-26 10:28:06 02568_json_array_length: [ OK ] 3.61 sec.
2025-05-26 10:28:07 02566_analyzer_limit_settings_distributed: [ OK ] 4.02 sec.
2025-05-26 10:28:10 02572_query_views_log_background_thread: [ OK ] 12.79 sec.
2025-05-26 10:28:13 02561_with_fill_date_datetime_incompatible: [ OK ] 3.24 sec.
2025-05-26 10:28:18 02560_regexp_denial_of_service: [ OK ] 5.48 sec.
2025-05-26 10:28:22 02560_count_digits: [ OK ] 3.79 sec.
2025-05-26 10:28:25 02563_arrow_low_cardinality_bug: [ OK ] 19.87 sec.
2025-05-26 10:28:31 02556_local_with_totals_and_extremes: [ OK ] 5.14 sec.
2025-05-26 10:28:31 02590_interserver_mode_client_info_initial_query_start_time: [ OK ] 45.78 sec.
2025-05-26 10:28:32 02704_keeper_map_zk_nodes: [ OK ] 64.01 sec.
2025-05-26 10:28:33 02784_connection_string: [ OK ] 87.19 sec.
2025-05-26 10:28:34 02553_type_object_analyzer: [ OK ] 3.60 sec.
2025-05-26 10:28:34 02552_client_format_settings: [ OK ] 3.43 sec.
2025-05-26 10:28:34 02558_system_processes_elapsed: [ OK ] 12.09 sec.
2025-05-26 10:28:36 02552_regression_crash: [ OK ] 3.48 sec.
2025-05-26 10:28:36 02542_table_function_format: [ OK ] 3.66 sec.
2025-05-26 10:28:38 02534_s3_heap_use_after_free: [ OK ] 3.52 sec.
2025-05-26 10:28:39 02534_join_prewhere_bug: [ OK ] 4.14 sec.
2025-05-26 10:28:39 02532_analyzer_aggregation_with_rollup: [ OK ] 3.58 sec.
2025-05-26 10:28:40 02530_ip_part_id: [ OK ] 3.77 sec.
2025-05-26 10:28:42 02525_different_engines_in_temporary_tables: [ OK ] 3.88 sec.
2025-05-26 10:28:43 02521_grouping_sets_plus_memory_efficient_aggr: [ OK ] 3.38 sec.
2025-05-26 10:28:44 02521_analyzer_aggregation_without_column: [ OK ] 3.62 sec.
2025-05-26 10:28:44 02539_vertical_merge_compact_parts: [ OK ] 9.59 sec.
2025-05-26 10:28:44 02523_array_shuffle: [ OK ] 5.49 sec.
2025-05-26 10:28:46 02517_uuid_parsing: [ OK ] 3.50 sec.
2025-05-26 10:28:48 02515_projections_with_totals: [ OK ] 3.60 sec.
2025-05-26 10:28:48 02516_projections_and_context: [ OK ] 3.83 sec.
2025-05-26 10:28:49 02514_bad_index_granularity: [ OK ] 3.21 sec.
2025-05-26 10:28:50 02518_parquet_arrow_orc_boolean_value: [ OK ] 7.89 sec.
2025-05-26 10:28:52 02512_array_join_name_resolution: [ OK ] 3.72 sec.
2025-05-26 10:28:52 02513_prewhere_combine_step_filters: [ OK ] 4.20 sec.
2025-05-26 10:28:53 02504_parse_datetime_best_effort_calebeaires: [ OK ] 3.49 sec.
2025-05-26 10:28:54 02508_index_analysis_to_date_timezone: [ OK ] 3.99 sec.
2025-05-26 10:28:55 02503_bad_compatibility_setting: [ OK ] 3.51 sec.
2025-05-26 10:28:55 02503_mysql_compat_utc_timestamp: [ OK ] 3.35 sec.
2025-05-26 10:28:57 02501_analyzer_expired_context_crash_fix: [ OK ] 3.51 sec.
2025-05-26 10:28:57 02561_temporary_table_grants: [ OK ] 50.65 sec.
2025-05-26 10:28:58 02500_analyzer_storage_view_crash_fix: [ OK ] 3.93 sec.
2025-05-26 10:28:59 02499_quantile_nan_ubsan_msan: [ OK ] 3.98 sec.
2025-05-26 10:28:59 02498_analyzer_settings_push_down: [ OK ] 3.91 sec.
2025-05-26 10:29:01 02497_source_part_is_intact_when_mutation: [ OK ] 4.10 sec.
2025-05-26 10:29:03 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 18.82 sec.
2025-05-26 10:29:03 02494_array_function_range: [ OK ] 3.70 sec.
2025-05-26 10:29:03 02487_create_index_normalize_functions: [ OK ] 3.47 sec.
2025-05-26 10:29:03 02495_concat_with_separator: [ OK ] 5.56 sec.
2025-05-26 10:29:06 02482_execute_functions_before_sorting_bug: [ OK ] 3.55 sec.
2025-05-26 10:29:06 02481_xxh3_hash_function: [ OK ] 3.32 sec.
2025-05-26 10:29:08 02482_value_block_parsing: [ OK ] 7.10 sec.
2025-05-26 10:29:10 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 3.52 sec.
2025-05-26 10:29:12 02481_merge_array_join_sample_by: [ OK ] 4.04 sec.
2025-05-26 10:29:16 02478_projection_and_alter_low_cardinality: [ OK ] 3.89 sec.
2025-05-26 10:29:20 02477_is_null_parser: [ OK ] 3.40 sec.
2025-05-26 10:29:21 02480_tets_show_full: [ OK ] 10.76 sec.
2025-05-26 10:29:24 02473_map_element_nullable: [ OK ] 4.22 sec.
2025-05-26 10:29:25 02471_wrong_date_monotonicity: [ OK ] 3.78 sec.
2025-05-26 10:29:28 02467_cross_join_three_table_functions: [ OK ] 3.38 sec.
2025-05-26 10:29:29 02466_distributed_query_profiler: [ OK ] 4.09 sec.
2025-05-26 10:29:30 02481_parquet_int_list_multiple_chunks: [ OK ] 23.28 sec.
2025-05-26 10:29:31 02463_julian_day_ubsan: [ OK ] 3.14 sec.
2025-05-26 10:29:34 02462_distributions: [ OK ] 4.89 sec.
2025-05-26 10:29:34 02457_parse_date_time_best_effort: [ OK ] 4.44 sec.
2025-05-26 10:29:35 02456_summing_mt_lc: [ OK ] 3.83 sec.
2025-05-26 10:29:37 02456_BLAKE3_hash_function_test: [ OK ] 3.39 sec.
2025-05-26 10:29:39 02456_alter-nullable-column-bag-2: [ OK ] 4.44 sec.
2025-05-26 10:29:40 02456_test_zero_copy_mutation: [ OK ] 4.85 sec.
2025-05-26 10:29:41 02661_read_from_archive_7z: [ OK ] 117.16 sec.
2025-05-26 10:29:42 02455_count_state_asterisk: [ OK ] 4.38 sec.
2025-05-26 10:29:42 02661_read_from_archive_tarxz: [ OK ] 117.19 sec.
2025-05-26 10:29:42 02454_create_table_with_custom_disk: [ OK ] 3.05 sec.
2025-05-26 10:29:43 02454_compressed_marks_in_compact_part: [ OK ] 3.49 sec.
2025-05-26 10:29:46 02452_check_low_cardinality: [ OK ] 4.21 sec.
2025-05-26 10:29:46 02436_system_zookeeper_context: [ OK ] 3.82 sec.
2025-05-26 10:29:46 02451_variadic_null_garbage_data: [ OK ] 4.61 sec.
2025-05-26 10:29:48 02428_delete_with_settings: [ OK ] 4.40 sec.
2025-05-26 10:29:49 02428_batch_nullable_assert: [ OK ] 3.31 sec.
2025-05-26 10:29:50 02428_partial_sort_optimization_bug: [ OK ] 3.56 sec.
2025-05-26 10:29:50 02428_decimal_in_floating_point_literal: [ OK ] 4.75 sec.
2025-05-26 10:29:51 02426_to_string_nullable_fixedstring: [ OK ] 3.44 sec.
2025-05-26 10:29:52 02481_parquet_list_monotonically_increasing_offsets: [ OK ] 49.13 sec.
2025-05-26 10:29:53 02426_pod_array_overflow_3: [ OK ] 3.19 sec.
2025-05-26 10:29:53 02426_create_suspicious_fixed_string: [ OK ] 3.24 sec.
2025-05-26 10:29:57 02418_keeper_map_keys_limit: [ OK ] 4.54 sec.
2025-05-26 10:29:58 02416_rocksdb_delete_update: [ OK ] 4.12 sec.
2025-05-26 10:29:58 02426_orc_bug: [ OK ] 7.22 sec.
2025-05-26 10:29:58 02420_stracktrace_debug_symbols: [ OK ] 5.72 sec.
2025-05-26 10:30:00 02409_url_format_detection: [ OK ] 3.18 sec.
2025-05-26 10:30:01 02407_array_element_from_map_wrong_type: [ OK ] 3.19 sec.
2025-05-26 10:30:02 02403_big_http_chunk_size: [ OK ] 4.07 sec.
2025-05-26 10:30:04 02403_enable_extended_results_for_datetime_functions: [ OK ] 5.82 sec.
2025-05-26 10:30:04 02403_ttl_column_multiple_times: [ OK ] 3.78 sec.
2025-05-26 10:30:05 02399_merge_tree_mutate_in_partition: [ OK ] 3.99 sec.
2025-05-26 10:30:05 02393_every_metric_must_have_documentation: [ OK ] 3.37 sec.
2025-05-26 10:30:08 02387_parse_date_as_datetime: [ OK ] 3.51 sec.
2025-05-26 10:30:08 02388_conversion_from_string_with_datetime64_to_date_and_date32: [ OK ] 3.98 sec.
2025-05-26 10:30:09 02386_set_columns_order: [ OK ] 3.94 sec.
2025-05-26 10:30:10 02383_analyzer_merge_tree_self_join: [ OK ] 4.26 sec.
2025-05-26 10:30:11 02381_parse_array_of_tuples: [ OK ] 3.44 sec.
2025-05-26 10:30:14 02381_arrow_dict_to_lc: [ OK ] 5.12 sec.
2025-05-26 10:30:14 02382_analyzer_matcher_join_using: [ OK ] 6.33 sec.
2025-05-26 10:30:15 02377_fix_file_virtual_column: [ OK ] 3.70 sec.
2025-05-26 10:30:16 02423_insert_summary_behaviour: [ OK ] 24.27 sec.
2025-05-26 10:30:17 02437_drop_mv_restart_replicas: [ OK ] 34.90 sec.
2025-05-26 10:30:19 02375_pretty_formats: [ OK ] 3.89 sec.
2025-05-26 10:30:23 02375_stack_trace_no_addresses: [ OK ] 7.43 sec.
2025-05-26 10:30:25 02377_majority_insert_quorum_zookeeper_long: [ OK ] 11.24 sec.
2025-05-26 10:30:26 02380_insert_mv_race: [ OK ] 16.55 sec.
2025-05-26 10:30:27 02374_in_tuple_index: [ OK ] 3.70 sec.
2025-05-26 10:30:29 02373_progress_contain_result: [ OK ] 3.92 sec.
2025-05-26 10:30:30 02370_analyzer_in_function: [ OK ] 4.05 sec.
2025-05-26 10:30:32 02374_analyzer_join_using: [ OK ] 13.34 sec.
2025-05-26 10:30:34 02364_dictionary_datetime_64_attribute_crash: [ OK ] 3.61 sec.
2025-05-26 10:30:37 02357_file_default_value: [ OK ] 3.51 sec.
2025-05-26 10:30:38 02481_async_insert_dedup: [ OK ] 94.68 sec.
2025-05-26 10:30:42 02354_vector_search_default_granularity: [ OK ] 4.13 sec.
2025-05-26 10:30:42 02366_kql_func_ip: [ OK ] 12.63 sec.
2025-05-26 10:30:45 02354_vector_search_queries: [ FAIL ] 6.99 sec. - result differs with reference:
2025-05-26 10:30:45 --- /usr/share/clickhouse-test/queries/0_stateless/02354_vector_search_queries.reference 2025-05-26 10:19:55.279995336 -0300
2025-05-26 10:30:45 +++ /tmp/clickhouse-test/0_stateless/02354_vector_search_queries.stdout 2025-05-26 10:30:44.981692018 -0300
2025-05-26 10:30:45 @@ -16,7 +16,7 @@
2025-05-26 10:30:45 6 [0,2.1] 0.09999990463256836
2025-05-26 10:30:45 7 [0,2.2] 0.20000004768371582
2025-05-26 10:30:45 - Annoy: WHERE-type, EXPLAIN
2025-05-26 10:30:45 -Expression ((Projection + Before ORDER BY))
2025-05-26 10:30:45 +Expression ((Project names + Projection))
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Expression
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_annoy)
2025-05-26 10:30:45 @@ -25,29 +25,19 @@
2025-05-26 10:30:45 Condition: true
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 1/1
2025-05-26 10:30:45 - Skip
2025-05-26 10:30:45 - Name: idx
2025-05-26 10:30:45 - Description: annoy GRANULARITY 100000000
2025-05-26 10:30:45 - Parts: 1/1
2025-05-26 10:30:45 - Granules: 1/1
2025-05-26 10:30:45 - Annoy: ORDER-BY-type, EXPLAIN
2025-05-26 10:30:45 -Expression (Projection)
2025-05-26 10:30:45 +Expression (Project names)
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Sorting (Sorting for ORDER BY)
2025-05-26 10:30:45 - Expression (Before ORDER BY)
2025-05-26 10:30:45 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_annoy)
2025-05-26 10:30:45 Indexes:
2025-05-26 10:30:45 PrimaryKey
2025-05-26 10:30:45 Condition: true
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 1/1
2025-05-26 10:30:45 - Skip
2025-05-26 10:30:45 - Name: idx
2025-05-26 10:30:45 - Description: annoy GRANULARITY 100000000
2025-05-26 10:30:45 - Parts: 1/1
2025-05-26 10:30:45 - Granules: 1/1
2025-05-26 10:30:45 - Usearch: WHERE-type, EXPLAIN
2025-05-26 10:30:45 -Expression ((Projection + Before ORDER BY))
2025-05-26 10:30:45 +Expression ((Project names + Projection))
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Expression
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_usearch)
2025-05-26 10:30:45 @@ -56,27 +46,17 @@
2025-05-26 10:30:45 Condition: true
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 1/1
2025-05-26 10:30:45 - Skip
2025-05-26 10:30:45 - Name: idx
2025-05-26 10:30:45 - Description: usearch GRANULARITY 100000000
2025-05-26 10:30:45 - Parts: 1/1
2025-05-26 10:30:45 - Granules: 1/1
2025-05-26 10:30:45 - Usearch: ORDER-BY-type, EXPLAIN
2025-05-26 10:30:45 -Expression (Projection)
2025-05-26 10:30:45 +Expression (Project names)
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Sorting (Sorting for ORDER BY)
2025-05-26 10:30:45 - Expression (Before ORDER BY)
2025-05-26 10:30:45 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_usearch)
2025-05-26 10:30:45 Indexes:
2025-05-26 10:30:45 PrimaryKey
2025-05-26 10:30:45 Condition: true
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 1/1
2025-05-26 10:30:45 - Skip
2025-05-26 10:30:45 - Name: idx
2025-05-26 10:30:45 - Description: usearch GRANULARITY 100000000
2025-05-26 10:30:45 - Parts: 1/1
2025-05-26 10:30:45 - Granules: 1/1
2025-05-26 10:30:45 ARRAY vectors, 12 rows, index_granularity = 3, GRANULARITY = 2 --> 4 granules, 2 indexed block
2025-05-26 10:30:45 - Annoy: WHERE-type
2025-05-26 10:30:45 6 [0,2] 0
2025-05-26 10:30:45 @@ -95,7 +75,7 @@
2025-05-26 10:30:45 7 [0,2.1] 0.09999990463256836
2025-05-26 10:30:45 8 [0,2.2] 0.20000004768371582
2025-05-26 10:30:45 - Annoy: WHERE-type, EXPLAIN
2025-05-26 10:30:45 -Expression ((Projection + Before ORDER BY))
2025-05-26 10:30:45 +Expression ((Project names + Projection))
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Expression
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_annoy)
2025-05-26 10:30:45 @@ -104,29 +84,19 @@
2025-05-26 10:30:45 Condition: true
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 4/4
2025-05-26 10:30:45 - Skip
2025-05-26 10:30:45 - Name: idx
2025-05-26 10:30:45 - Description: annoy GRANULARITY 2
2025-05-26 10:30:45 - Parts: 1/1
2025-05-26 10:30:45 - Granules: 1/4
2025-05-26 10:30:45 - Annoy: ORDER-BY-type, EXPLAIN
2025-05-26 10:30:45 -Expression (Projection)
2025-05-26 10:30:45 +Expression (Project names)
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Sorting (Sorting for ORDER BY)
2025-05-26 10:30:45 - Expression (Before ORDER BY)
2025-05-26 10:30:45 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_annoy)
2025-05-26 10:30:45 Indexes:
2025-05-26 10:30:45 PrimaryKey
2025-05-26 10:30:45 Condition: true
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 4/4
2025-05-26 10:30:45 - Skip
2025-05-26 10:30:45 - Name: idx
2025-05-26 10:30:45 - Description: annoy GRANULARITY 2
2025-05-26 10:30:45 - Parts: 1/1
2025-05-26 10:30:45 - Granules: 2/4
2025-05-26 10:30:45 - Usearch: WHERE-type, EXPLAIN
2025-05-26 10:30:45 -Expression ((Projection + Before ORDER BY))
2025-05-26 10:30:45 +Expression ((Project names + Projection))
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Expression
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_usearch)
2025-05-26 10:30:45 @@ -135,27 +105,17 @@
2025-05-26 10:30:45 Condition: true
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 4/4
2025-05-26 10:30:45 - Skip
2025-05-26 10:30:45 - Name: idx
2025-05-26 10:30:45 - Description: usearch GRANULARITY 2
2025-05-26 10:30:45 - Parts: 1/1
2025-05-26 10:30:45 - Granules: 1/4
2025-05-26 10:30:45 - Usearch: ORDER-BY-type, EXPLAIN
2025-05-26 10:30:45 -Expression (Projection)
2025-05-26 10:30:45 +Expression (Project names)
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Sorting (Sorting for ORDER BY)
2025-05-26 10:30:45 - Expression (Before ORDER BY)
2025-05-26 10:30:45 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_usearch)
2025-05-26 10:30:45 Indexes:
2025-05-26 10:30:45 PrimaryKey
2025-05-26 10:30:45 Condition: true
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 4/4
2025-05-26 10:30:45 - Skip
2025-05-26 10:30:45 - Name: idx
2025-05-26 10:30:45 - Description: usearch GRANULARITY 2
2025-05-26 10:30:45 - Parts: 1/1
2025-05-26 10:30:45 - Granules: 2/4
2025-05-26 10:30:45 TUPLE vectors and special cases
2025-05-26 10:30:45 - Annoy: WHERE-type
2025-05-26 10:30:45 0 (4.6,2.3) 0.5527864045000421
2025-05-26 10:30:45 @@ -163,24 +123,27 @@
2025-05-26 10:30:45 2 (4.2,3.4) 0.37080174340866845
2025-05-26 10:30:45 - Annoy: ORDER-BY-type
2025-05-26 10:30:45 6 (1,9.3) 0.005731362878640178
2025-05-26 10:30:45 +4 (2.4,5.2) 0.09204062768384846
2025-05-26 10:30:45 1 (2,3.2) 0.15200169244542905
2025-05-26 10:30:45 -7 (5.5,4.7) 0.3503476876550442
2025-05-26 10:30:45 - Usearch: WHERE-type
2025-05-26 10:30:45 0 (4.6,2.3) 0.5527864045000421
2025-05-26 10:30:45 1 (2,3.2) 0.15200169244542905
2025-05-26 10:30:45 2 (4.2,3.4) 0.37080174340866845
2025-05-26 10:30:45 - Usearch: ORDER-BY-type
2025-05-26 10:30:45 6 (1,9.3) 0.005731362878640178
2025-05-26 10:30:45 +4 (2.4,5.2) 0.09204062768384846
2025-05-26 10:30:45 1 (2,3.2) 0.15200169244542905
2025-05-26 10:30:45 -7 (5.5,4.7) 0.3503476876550442
2025-05-26 10:30:45 - Special case: MaximumDistance is negative
2025-05-26 10:30:45 - Special case: MaximumDistance is negative
2025-05-26 10:30:45 - Special case: setting "annoy_index_search_k_nodes"
2025-05-26 10:30:45 +6 (1,9.3) 0.005731362878640178
2025-05-26 10:30:45 +4 (2.4,5.2) 0.09204062768384846
2025-05-26 10:30:45 +1 (2,3.2) 0.15200169244542905
2025-05-26 10:30:45 - Special case: setting "max_limit_for_ann_queries"
2025-05-26 10:30:45 -Expression (Projection)
2025-05-26 10:30:45 +Expression (Project names)
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Sorting (Sorting for ORDER BY)
2025-05-26 10:30:45 - Expression (Before ORDER BY)
2025-05-26 10:30:45 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_annoy)
2025-05-26 10:30:45 Indexes:
2025-05-26 10:30:45 PrimaryKey
2025-05-26 10:30:45 @@ -188,10 +151,10 @@
2025-05-26 10:30:45 Parts: 1/1
2025-05-26 10:30:45 Granules: 4/4
2025-05-26 10:30:45 - Special case: setting "max_limit_for_ann_queries"
2025-05-26 10:30:45 -Expression (Projection)
2025-05-26 10:30:45 +Expression (Project names)
2025-05-26 10:30:45 Limit (preliminary LIMIT (without OFFSET))
2025-05-26 10:30:45 Sorting (Sorting for ORDER BY)
2025-05-26 10:30:45 - Expression (Before ORDER BY)
2025-05-26 10:30:45 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers)))
2025-05-26 10:30:45 ReadFromMergeTree (default.tab_usearch)
2025-05-26 10:30:45 Indexes:
2025-05-26 10:30:45 PrimaryKey
2025-05-26 10:30:45
2025-05-26 10:30:45
2025-05-26 10:30:45 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 5117648 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 10558342 --max_read_buffer_size 955640 --prefer_localhost_replica 0 --max_block_size 10251 --max_threads 20 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 30 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 5851120 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 5486914108 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 31 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 8480313856 --max_bytes_before_remerge_sort 1302160870 --min_compress_block_size 109636 --max_compress_block_size 1481003 --merge_tree_compact_parts_min_granules_to_multibuffer_read 18 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 357752 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --prefer_warmed_unmerged_parts_seconds 3 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.62
2025-05-26 10:30:45
2025-05-26 10:30:45 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 2212043024 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 9882030666 --index_granularity_bytes 8529579 --merge_max_block_size 22022 --index_granularity 24435 --min_bytes_for_wide_part 0 --marks_compress_block_size 26623 --primary_key_compress_block_size 70809 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 313963155 --compact_parts_max_bytes_to_buffer 519075721 --compact_parts_max_granules_to_buffer 95 --compact_parts_merge_max_bytes_to_prefetch_part 11946755 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 69 --old_parts_lifetime 30
2025-05-26 10:30:45
2025-05-26 10:30:45 Database: test_ahd4psnc
2025-05-26 10:30:46 02360_send_logs_level_colors: [ OK ] 13.75 sec.
2025-05-26 10:30:50 02352_lightweight_delete_on_replicated_merge_tree: [ OK ] 7.56 sec.
2025-05-26 10:30:50 02346_inverted_index_bug47393: [ OK ] 3.68 sec.
2025-05-26 10:30:51 02347_rank_corr_size_overflow: [ OK ] 6.23 sec.
2025-05-26 10:30:54 02346_position_countsubstrings_zero_byte: [ OK ] 4.08 sec.
2025-05-26 10:30:54 02352_lightweight_delete: [ OK ] 12.63 sec.
2025-05-26 10:30:55 02346_inverted_index_bug52019: [ OK ] 3.68 sec.
2025-05-26 10:30:58 02345_partial_sort_transform_optimization: [ OK ] 3.83 sec.
2025-05-26 10:31:00 02343_group_by_use_nulls_distributed: [ OK ] 5.14 sec.
2025-05-26 10:31:00 02375_rocksdb_with_filters: [ OK ] 43.16 sec.
2025-05-26 10:31:01 02343_create_empty_as_select: [ OK ] 2.98 sec.
2025-05-26 10:31:03 02337_check_translate_qualified_names_matcher: [ OK ] 3.40 sec.
2025-05-26 10:31:04 02337_multiple_joins_original_names: [ OK ] 3.60 sec.
2025-05-26 10:31:07 02320_mapped_array_witn_const_nullable: [ OK ] 3.56 sec.
2025-05-26 10:31:08 02319_dict_get_check_arguments_size: [ OK ] 4.53 sec.
2025-05-26 10:31:10 02496_remove_redundant_sorting: [ OK ] 132.34 sec.
2025-05-26 10:31:12 02317_like_with_trailing_escape: [ OK ] 3.84 sec.
2025-05-26 10:31:12 02319_no_columns_in_row_level_filter: [ OK ] 5.33 sec.
2025-05-26 10:31:13 02317_functions_with_nothing: [ OK ] 3.63 sec.
2025-05-26 10:31:16 02316_cast_to_ip_address_default_column: [ OK ] 3.86 sec.
2025-05-26 10:31:17 02316_expressions_with_window_functions: [ OK ] 3.85 sec.
2025-05-26 10:31:19 02346_into_outfile_and_stdout: [ OK ] 28.91 sec.
2025-05-26 10:31:21 02311_range_hashed_dictionary_range_cast: [ OK ] 3.51 sec.
2025-05-26 10:31:22 02316_hierarchical_dictionaries_nullable_parent_key: [ OK ] 5.81 sec.
2025-05-26 10:31:23 02317_distinct_in_order_optimization: [ OK ] 10.41 sec.
2025-05-26 10:31:24 02307_join_get_array_null: [ OK ] 3.55 sec.
2025-05-26 10:31:27 02310_profile_events_insert: [ OK ] 8.68 sec.
2025-05-26 10:31:28 02296_nullable_arguments_in_array_filter: [ OK ] 3.43 sec.
2025-05-26 10:31:28 02302_clash_const_aggegate_join: [ OK ] 5.47 sec.
2025-05-26 10:31:33 02324_compatibility_setting: [ OK ] 31.18 sec.
2025-05-26 10:31:33 02291_join_const_literal_36279: [ OK ] 4.81 sec.
2025-05-26 10:31:36 02294_nothing_arguments_in_functions_errors: [ OK ] 9.02 sec.
2025-05-26 10:31:37 02286_vertical_merges_missed_column: [ OK ] 4.02 sec.
2025-05-26 10:31:37 02286_convert_decimal_type: [ OK ] 3.46 sec.
2025-05-26 10:31:41 02285_hex_bin_support_more_types: [ OK ] 4.10 sec.
2025-05-26 10:31:42 02294_floating_point_second_in_settings: [ OK ] 14.18 sec.
2025-05-26 10:31:43 02346_inverted_index_search: [ OK ] 48.64 sec.
2025-05-26 10:31:48 02267_join_dup_columns_issue36199: [ OK ] 4.89 sec.
2025-05-26 10:31:50 02270_client_name: [ OK ] 7.39 sec.
2025-05-26 10:31:53 02250_insert_select_from_file_schema_inference: [ OK ] 3.58 sec.
2025-05-26 10:31:57 02370_lost_part_intersecting_merges: [ OK ] 89.73 sec.
2025-05-26 10:31:57 02305_schema_inference_with_globs: [ OK ] 34.69 sec.
2025-05-26 10:32:00 02249_insert_select_from_input_schema_inference: [ OK ] 3.47 sec.
2025-05-26 10:32:01 02245_weird_partitions_pruning: [ OK ] 4.40 sec.
2025-05-26 10:32:05 02243_ipv6_long_parsing: [ OK ] 3.42 sec.
2025-05-26 10:32:05 02244_ip_address_invalid_insert: [ OK ] 4.91 sec.
2025-05-26 10:32:13 02286_parallel_final: [ OK ] 36.14 sec.
2025-05-26 10:32:16 02240_get_type_serialization_streams: [ OK ] 3.53 sec.
2025-05-26 10:32:17 02250_hints_for_columns: [ OK ] 23.33 sec.
2025-05-26 10:32:18 02270_errors_in_files: [ OK ] 36.77 sec.
2025-05-26 10:32:19 02236_explain_pipeline_join: [ OK ] 3.22 sec.
2025-05-26 10:32:21 02233_with_total_empty_chunk: [ OK ] 3.20 sec.
2025-05-26 10:32:21 02286_quantile_tdigest_infinity: [ OK ] 44.81 sec.
2025-05-26 10:32:24 02243_arrow_read_null_type_to_nullable_column: [ OK ] 19.48 sec.
2025-05-26 10:32:24 02233_HTTP_ranged: [ OK ] 4.80 sec.
2025-05-26 10:32:24 02232_partition_pruner_mixed_constant_type: [ OK ] 3.51 sec.
2025-05-26 10:32:25 02232_partition_pruner_single_point: [ OK ] 3.51 sec.
2025-05-26 10:32:29 02231_hierarchical_dictionaries_constant: [ OK ] 4.44 sec.
2025-05-26 10:32:30 02226_low_cardinality_text_bloom_filter_index: [ OK ] 5.22 sec.
2025-05-26 10:32:31 02377_optimize_sorting_by_input_stream_properties_explain: [ OK ] 136.64 sec.
2025-05-26 10:32:32 02226_in_untuple_issue_34810: [ OK ] 3.63 sec.
2025-05-26 10:32:34 02224_s2_test_const_columns: [ OK ] 3.65 sec.
2025-05-26 10:32:35 02223_h3_test_const_columns: [ OK ] 4.62 sec.
2025-05-26 10:32:36 02210_append_to_dev_dull: [ OK ] 3.47 sec.
2025-05-26 10:32:38 02253_empty_part_checksums: [ OK ] 49.99 sec.
2025-05-26 10:32:39 02209_short_circuit_node_without_parents: [ OK ] 3.35 sec.
2025-05-26 10:32:39 02227_test_create_empty_sqlite_db: [ OK ] 14.21 sec.
2025-05-26 10:32:40 02235_brotli_bug: [ OK ] 23.25 sec.
2025-05-26 10:32:40 02207_key_condition_floats: [ OK ] 4.34 sec.
2025-05-26 10:32:43 02205_HTTP_user_agent: [ OK ] 3.93 sec.
2025-05-26 10:32:43 02206_clickhouse_local_use_database: [ OK ] 5.23 sec.
2025-05-26 10:32:44 02190_current_metrics_query: [ OK ] 3.35 sec.
2025-05-26 10:32:46 02205_postgresql_functions: [ OK ] 5.95 sec.
2025-05-26 10:32:46 02187_test_final_and_limit_modifier: [ OK ] 3.35 sec.
2025-05-26 10:32:47 02184_ipv6_cast_test: [ OK ] 3.52 sec.
2025-05-26 10:32:47 02186_range_hashed_dictionary_intersecting_intervals: [ OK ] 4.18 sec.
2025-05-26 10:32:49 02206_format_override: [ OK ] 10.20 sec.
2025-05-26 10:32:49 02184_ipv6_select_parsing: [ OK ] 3.58 sec.
2025-05-26 10:32:51 02183_array_tuple_literals_remote: [ OK ] 5.04 sec.
2025-05-26 10:32:52 02179_bool_type: [ OK ] 4.53 sec.
2025-05-26 10:32:52 02179_sparse_columns_detach: [ OK ] 4.62 sec.
2025-05-26 10:32:53 02167_columns_with_dots_default_values: [ OK ] 3.51 sec.
2025-05-26 10:32:54 02176_dict_get_has_implicit_key_cast: [ OK ] 5.10 sec.
2025-05-26 10:32:55 02165_h3_exact_edge_length_m: [ OK ] 3.54 sec.
2025-05-26 10:32:56 02165_h3_exact_edge_length_Km: [ OK ] 3.92 sec.
2025-05-26 10:32:57 02163_shard_num: [ OK ] 4.42 sec.
2025-05-26 10:32:58 02162_range_hashed_dictionary_ddl_expression: [ OK ] 3.62 sec.
2025-05-26 10:32:58 02210_processors_profile_log_2: [ OK ] 23.89 sec.
2025-05-26 10:33:00 02160_h3_hex_area_Km2: [ OK ] 3.64 sec.
2025-05-26 10:33:01 02165_replicated_grouping_sets: [ OK ] 9.36 sec.
2025-05-26 10:33:01 02160_h3_cell_area_rads2: [ OK ] 3.71 sec.
2025-05-26 10:33:02 02160_h3_cell_area_m2: [ OK ] 3.70 sec.
2025-05-26 10:33:02 02160_special_functions: [ OK ] 4.16 sec.
2025-05-26 10:33:03 02160_client_autocomplete_parse_query: [ OK ] 8.59 sec.
2025-05-26 10:33:05 02158_contingency: [ OK ] 4.18 sec.
2025-05-26 10:33:07 02153_clickhouse_local_profile_info: [ OK ] 5.16 sec.
2025-05-26 10:33:07 02160_untuple_exponential_growth: [ OK ] 7.44 sec.
2025-05-26 10:33:07 02231_buffer_aggregate_states_leak: [ OK ] 42.91 sec.
2025-05-26 10:33:07 02152_csv_tuple: [ OK ] 3.90 sec.
2025-05-26 10:33:08 02155_h3_to_center_child: [ OK ] 6.44 sec.
2025-05-26 10:33:11 02151_clickhouse_client_hints: [ OK ] 5.79 sec.
2025-05-26 10:33:11 02131_remove_columns_in_subquery: [ OK ] 3.52 sec.
2025-05-26 10:33:12 02240_protobuflist_format_persons: [ OK ] 67.21 sec.
2025-05-26 10:33:14 02135_local_create_db: [ OK ] 6.43 sec.
2025-05-26 10:33:16 02126_url_auth: [ OK ] 4.42 sec.
2025-05-26 10:33:16 02151_http_s_structure_set_eof: [ OK ] 9.40 sec.
2025-05-26 10:33:17 02136_kill_scalar_queries: [ OK ] 10.34 sec.
2025-05-26 10:33:18 02125_constant_if_condition_and_not_existing_column: [ OK ] 3.83 sec.
2025-05-26 10:33:19 02125_query_views_log: [ OK ] 6.79 sec.
2025-05-26 10:33:19 02124_encrypt_decrypt_nullable: [ OK ] 3.70 sec.
2025-05-26 10:33:21 02123_MySQLWire_regression: [ OK ] 3.55 sec.
2025-05-26 10:33:24 02154_parser_backtracking: [ OK ] 22.29 sec.
2025-05-26 10:33:29 02149_schema_inference_formats_with_schema_3: [ OK ] 22.17 sec.
2025-05-26 10:33:36 02122_parallel_formatting_CSVWithNamesAndTypes: [ OK ] 17.97 sec.
2025-05-26 10:33:38 02118_show_create_table_rocksdb: [ OK ] 2.44 sec.
2025-05-26 10:33:41 02122_parallel_formatting_JSONCompactEachRow: [ OK ] 19.89 sec.
2025-05-26 10:33:43 02122_parallel_formatting_Template: [ OK ] 19.27 sec.
2025-05-26 10:33:45 02113_format_row: [ OK ] 3.54 sec.
2025-05-26 10:33:46 02116_interactive_hello: [ OK ] 7.28 sec.
2025-05-26 10:33:46 02113_format_row_bug: [ OK ] 3.20 sec.
2025-05-26 10:33:50 02111_with_fill_no_rows: [ OK ] 3.82 sec.
2025-05-26 10:33:51 02122_parallel_formatting_JSONStringsEachRow: [ OK ] 31.33 sec.
2025-05-26 10:33:51 02112_delayed_clickhouse_local_with_queries_file: [ OK ] 5.16 sec.
2025-05-26 10:33:51 02122_parallel_formatting_JSONStrings: [ OK ] 31.49 sec.
2025-05-26 10:33:51 02112_with_fill_interval: [ OK ] 6.54 sec.
2025-05-26 10:33:54 02111_global_context_temporary_tables: [ OK ] 3.39 sec.
2025-05-26 10:33:55 02100_alter_scalar_circular_deadlock: [ OK ] 4.13 sec.
2025-05-26 10:33:56 02104_clickhouse_local_columns_description: [ OK ] 5.14 sec.
2025-05-26 10:33:57 02096_totals_global_in_bug: [ OK ] 3.66 sec.
2025-05-26 10:33:59 02071_lower_upper_utf8_row_overlaps: [ OK ] 3.68 sec.
2025-05-26 10:34:01 02052_last_granula_adjust_logical_error: [ OK ] 5.45 sec.
2025-05-26 10:34:02 02047_alias_for_table_and_database_name: [ OK ] 3.44 sec.
2025-05-26 10:34:06 02041_openssl_hash_functions_test: [ OK ] 3.59 sec.
2025-05-26 10:34:07 02124_insert_deduplication_token_multiple_blocks: [ OK ] 50.27 sec.
2025-05-26 10:34:10 02041_test_fuzzy_alter: [ OK ] 3.68 sec.
2025-05-26 10:34:10 02036_jit_short_circuit: [ OK ] 3.48 sec.
2025-05-26 10:34:14 02029_output_csv_null_representation: [ OK ] 3.59 sec.
2025-05-26 10:34:17 02026_describe_include_subcolumns: [ OK ] 3.55 sec.
2025-05-26 10:34:18 02097_json_strings_deserialization: [ OK ] 27.25 sec.
2025-05-26 10:34:22 02122_4letter_words_stress_zookeeper: [ OK ] 52.53 sec.
2025-05-26 10:34:25 02033_join_engine_deadlock_long: [ OK ] 15.24 sec.
2025-05-26 10:34:25 02021_h3_is_res_classIII: [ OK ] 3.65 sec.
2025-05-26 10:34:26 02022_bzip2_truncated: [ OK ] 7.84 sec.
2025-05-26 10:34:29 02020_cast_integer_overflow: [ OK ] 3.49 sec.
2025-05-26 10:34:30 02020_exponential_smoothing_cross_block: [ OK ] 3.62 sec.
2025-05-26 10:34:31 02125_lz4_compression_bug_JSONStringsEachRow: [ OK ] 79.49 sec.
2025-05-26 10:34:33 02017_order_by_with_fill_redundant_functions: [ OK ] 3.34 sec.
2025-05-26 10:34:35 02016_agg_empty_result_bug_28880: [ OK ] 4.15 sec.
2025-05-26 10:34:36 02020_exponential_smoothing: [ OK ] 10.49 sec.
2025-05-26 10:34:37 02017_bit_shift_left_for_string_integer: [ OK ] 7.61 sec.
2025-05-26 10:34:39 02012_settings_clause_for_s3: [ OK ] 3.62 sec.
2025-05-26 10:34:40 02016_aggregation_spark_bar: [ OK ] 6.33 sec.
2025-05-26 10:34:43 02007_test_any_all_operators: [ OK ] 6.09 sec.
2025-05-26 10:34:43 02006_h3_to_geo_boundary: [ OK ] 3.85 sec.
2025-05-26 10:34:46 02006_test_positional_arguments: [ OK ] 6.35 sec.
2025-05-26 10:34:47 02002_parse_map_int_key: [ OK ] 3.45 sec.
2025-05-26 10:34:50 02001_dist_on_dist_WithMergeableStateAfterAggregation: [ OK ] 3.83 sec.
2025-05-26 10:34:50 02001_select_with_filter: [ OK ] 3.75 sec.
2025-05-26 10:34:52 02015_async_inserts_1: [ OK ] 16.46 sec.
2025-05-26 10:34:54 02000_table_function_cluster_macros: [ OK ] 3.49 sec.
2025-05-26 10:34:54 02003_compress_bz2: [ OK ] 11.10 sec.
2025-05-26 10:34:55 01949_heredoc_unfinished: [ OK ] 4.09 sec.
2025-05-26 10:34:55 02025_storage_filelog_virtual_col: [ OK ] 37.25 sec.
2025-05-26 10:34:57 01948_heredoc: [ OK ] 3.60 sec.
2025-05-26 10:34:58 01937_nested_chinese: [ OK ] 3.44 sec.
2025-05-26 10:34:58 01944_insert_partition_by: [ OK ] 4.45 sec.
2025-05-26 10:35:01 01925_join_materialized_columns: [ OK ] 5.71 sec.
2025-05-26 10:35:01 01925_date_date_time_comparison: [ OK ] 3.37 sec.
2025-05-26 10:35:02 01922_array_join_with_index: [ OK ] 3.41 sec.
2025-05-26 10:35:04 01917_system_data_skipping_indices: [ OK ] 3.74 sec.
2025-05-26 10:35:04 01916_multiple_join_view_optimize_predicate_chertus: [ OK ] 3.61 sec.
2025-05-26 10:35:05 01915_for_each_crakjie: [ OK ] 3.45 sec.
2025-05-26 10:35:06 01921_datatype_date32: [ OK ] 7.66 sec.
2025-05-26 10:35:08 01913_if_int_decimal: [ OK ] 3.20 sec.
2025-05-26 10:35:08 01949_clickhouse_local_with_remote_localhost: [ OK ] 16.17 sec.
2025-05-26 10:35:08 01915_merge_prewhere_virtual_column_rand_chao_wang: [ OK ] 3.76 sec.
2025-05-26 10:35:09 01913_join_push_down_bug: [ OK ] 3.69 sec.
2025-05-26 10:35:10 01910_memory_tracking_topk: [ OK ] 3.25 sec.
2025-05-26 10:35:10 02047_log_family_data_file_dumps: [ OK ] 72.50 sec.
2025-05-26 10:35:11 01909_mbtolou: [ OK ] 3.79 sec.
2025-05-26 10:35:11 01905_to_json_string: [ OK ] 3.53 sec.
2025-05-26 10:35:12 02047_log_family_data_file_sizes: [ OK ] 70.48 sec.
2025-05-26 10:35:13 01891_partition_hash_no_long_int: [ OK ] 3.89 sec.
2025-05-26 10:35:14 01891_partition_by_uuid: [ OK ] 3.43 sec.
2025-05-26 10:35:15 01890_stem: [ OK ] 3.86 sec.
2025-05-26 10:35:16 01888_read_int_safe: [ OK ] 4.19 sec.
2025-05-26 10:35:18 01883_subcolumns_distributed: [ OK ] 4.22 sec.
2025-05-26 10:35:18 01888_bloom_filter_hasAny: [ OK ] 4.66 sec.
2025-05-26 10:35:20 01882_scalar_subquery_exception: [ OK ] 4.14 sec.
2025-05-26 10:35:20 01881_total_bytes_storage_buffer: [ OK ] 3.72 sec.
2025-05-26 10:35:20 01893_jit_aggregation_function_min_long: [ OK ] 11.76 sec.
2025-05-26 10:35:21 01892_jit_aggregation_function_any_last_long: [ OK ] 11.79 sec.
2025-05-26 10:35:21 01881_aggregate_functions_versioning: [ OK ] 2.64 sec.
2025-05-26 10:35:23 01869_function_modulo_legacy: [ OK ] 3.26 sec.
2025-05-26 10:35:24 01871_merge_tree_compile_expressions: [ OK ] 5.30 sec.
2025-05-26 10:35:24 01854_s2_cap_contains: [ OK ] 3.66 sec.
2025-05-26 10:35:24 01852_multiple_joins_with_union_join: [ OK ] 3.76 sec.
2025-05-26 10:35:25 01860_Distributed__shard_num_GROUP_BY: [ OK ] 5.54 sec.
2025-05-26 10:35:26 01851_s2_to_geo: [ OK ] 3.39 sec.
2025-05-26 10:35:27 01851_hedged_connections_external_tables: [ OK ] 3.37 sec.
2025-05-26 10:35:28 01845_add_testcase_for_arrayElement: [ OK ] 3.52 sec.
2025-05-26 10:35:28 01854_HTTP_dict_decompression: [ OK ] 8.15 sec.
2025-05-26 10:35:29 01835_alias_to_primary_key_cyfdecyf: [ OK ] 3.64 sec.
2025-05-26 10:35:29 01849_geoToS2: [ OK ] 4.88 sec.
2025-05-26 10:35:30 01831_max_streams: [ OK ] 3.39 sec.
2025-05-26 10:35:34 01825_type_json_2: [ OK ] 4.53 sec.
2025-05-26 10:35:53 01825_type_json_7: [ OK ] 23.18 sec.
2025-05-26 10:35:54 01825_type_json_12: [ OK ] 25.62 sec.
2025-05-26 10:35:57 01825_type_json_9: [ OK ] 3.68 sec.
2025-05-26 10:36:00 01825_type_json_16: [ OK ] 26.42 sec.
2025-05-26 10:36:03 01825_type_json_sparse: [ OK ] 4.88 sec.
2025-05-26 10:36:03 02102_row_binary_with_names_and_types: [ OK ] 131.92 sec.
2025-05-26 10:36:03 01825_type_json_btc: [ OK ] 33.57 sec.
2025-05-26 10:36:04 01825_type_json_schema_inference: [ OK ] 35.89 sec.
2025-05-26 10:36:04 01825_type_json_nullable: [ OK ] 3.83 sec.
2025-05-26 10:36:06 01821_to_date_time_ubsan: [ OK ] 3.42 sec.
2025-05-26 10:36:06 01818_case_float_value_fangyc: [ OK ] 3.44 sec.
2025-05-26 10:36:07 01818_move_partition_simple: [ OK ] 4.60 sec.
2025-05-26 10:36:08 01811_filter_by_null: [ OK ] 3.68 sec.
2025-05-26 10:36:09 01804_uniq_up_to_ubsan: [ OK ] 3.19 sec.
2025-05-26 10:36:10 01812_basic_auth_http_server: [ OK ] 6.43 sec.
2025-05-26 10:36:11 01809_inactive_parts_to_delay_throw_insert: [ OK ] 4.63 sec.
2025-05-26 10:36:11 01802_rank_corr_mann_whitney_over_window: [ OK ] 3.80 sec.
2025-05-26 10:36:11 01801_distinct_group_by_shard: [ OK ] 3.48 sec.
2025-05-26 10:36:14 01795_TinyLog_rwlock_ub: [ OK ] 3.61 sec.
2025-05-26 10:36:16 01780_column_sparse_pk: [ OK ] 4.46 sec.
2025-05-26 10:36:18 01801_s3_cluster: [ OK ] 8.59 sec.
2025-05-26 10:36:19 01780_column_sparse: [ OK ] 4.31 sec.
2025-05-26 10:36:19 01779_quantile_deterministic_msan: [ OK ] 3.28 sec.
2025-05-26 10:36:20 01798_uniq_theta_sketch: [ OK ] 9.24 sec.
2025-05-26 10:36:22 01778_where_with_column_name: [ OK ] 3.59 sec.
2025-05-26 10:36:22 01776_decrypt_aead_size_check: [ OK ] 3.16 sec.
2025-05-26 10:36:23 01774_case_sensitive_connection_id: [ OK ] 3.40 sec.
2025-05-26 10:36:23 01786_nullable_string_tsv_at_eof: [ OK ] 11.45 sec.
2025-05-26 10:36:23 01773_datetime64_add_ubsan: [ OK ] 3.20 sec.
2025-05-26 10:36:25 01771_datetime64_no_time_part: [ OK ] 3.46 sec.
2025-05-26 10:36:26 01761_round_year_bounds: [ OK ] 3.23 sec.
2025-05-26 10:36:27 01764_collapsing_merge_adaptive_granularity: [ OK ] 4.60 sec.
2025-05-26 10:36:28 01753_fix_clickhouse_format: [ OK ] 4.77 sec.
2025-05-26 10:36:29 01752_distributed_query_sigsegv: [ OK ] 3.66 sec.
2025-05-26 10:36:30 01746_test_for_tupleElement_must_be_constant_issue: [ OK ] 4.33 sec.
2025-05-26 10:36:30 01753_optimize_aggregation_in_order: [ OK ] 7.45 sec.
2025-05-26 10:36:31 01739_index_hint: [ OK ] 4.65 sec.
2025-05-26 10:36:32 01732_bigint_ubsan: [ OK ] 3.89 sec.
2025-05-26 10:36:33 01720_constraints_complex_types: [ OK ] 4.17 sec.
2025-05-26 10:36:34 01717_global_with_subquery_fix: [ OK ] 3.19 sec.
2025-05-26 10:36:34 01715_table_function_view_fix: [ OK ] 3.16 sec.
2025-05-26 10:36:35 01711_decimal_multiplication: [ OK ] 3.44 sec.
2025-05-26 10:36:37 01710_projection_in_set: [ OK ] 3.94 sec.
2025-05-26 10:36:37 01710_projection_in_index: [ OK ] 3.87 sec.
2025-05-26 10:36:38 01710_minmax_count_projection_count_nullable: [ OK ] 3.59 sec.
2025-05-26 10:36:39 01710_projection_with_mixed_pipeline: [ OK ] 3.95 sec.
2025-05-26 10:36:41 01710_projection_external_aggregate: [ OK ] 3.66 sec.
2025-05-26 10:36:41 01710_projections_and_duplicate_columms: [ OK ] 4.20 sec.
2025-05-26 10:36:43 01710_projections_order_by_complete: [ OK ] 3.68 sec.
2025-05-26 10:36:45 01710_projection_query_plan_optimization_misc: [ OK ] 3.52 sec.
2025-05-26 10:36:45 01710_projection_group_by_order_by: [ OK ] 2.28 sec.
2025-05-26 10:36:46 01710_projection_aggregation_in_order: [ OK ] 4.61 sec.
2025-05-26 10:36:46 01889_sqlite_read_write: [ OK ] 94.44 sec.
2025-05-26 10:36:49 01707_join_use_nulls: [ OK ] 3.90 sec.
2025-05-26 10:36:49 01704_transform_with_float_key: [ OK ] 3.49 sec.
2025-05-26 10:36:50 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 3.92 sec.
2025-05-26 10:36:54 01701_clear_projection_and_part_remove: [ OK ] 4.29 sec.
2025-05-26 10:36:54 01701_if_tuple_segfault: [ OK ] 4.66 sec.
2025-05-26 10:36:55 01710_projections: [ OK ] 9.90 sec.
2025-05-26 10:36:55 01681_hyperscan_debug_assertion: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:36:57 01683_intdiv_ubsan: [ OK ] 3.28 sec.
2025-05-26 10:36:57 01683_dist_INSERT_block_structure_mismatch: [ OK ] 3.75 sec.
2025-05-26 10:37:00 01681_bloom_filter_nullable_column: [ OK ] 4.62 sec.
2025-05-26 10:37:00 01677_array_enumerate_bug: [ OK ] 3.25 sec.
2025-05-26 10:37:02 01677_bit_float: [ OK ] 4.07 sec.
2025-05-26 10:37:02 01825_type_json_ghdata: [ OK ] 68.80 sec.
2025-05-26 10:37:02 01710_projection_analysis_reuse_partition: [ OK ] 23.73 sec.
2025-05-26 10:37:04 01674_where_prewhere_array_crash: [ OK ] 3.51 sec.
2025-05-26 10:37:04 01676_reinterpret_as: [ OK ] 4.61 sec.
2025-05-26 10:37:05 01671_test_toQuarter_mysql_dialect: [ OK ] 3.22 sec.
2025-05-26 10:37:05 01670_test_repeat_mysql_dialect: [ OK ] 3.33 sec.
2025-05-26 10:37:06 01669_join_or_duplicates: [ OK ] 4.08 sec.
2025-05-26 10:37:07 01720_country_intersection: [ OK ] 36.99 sec.
2025-05-26 10:37:07 01666_date_lut_buffer_overflow: [ OK ] 3.39 sec.
2025-05-26 10:37:07 01665_running_difference_ubsan: [ OK ] 3.27 sec.
2025-05-26 10:37:08 01662_join_mixed: [ OK ] 3.45 sec.
2025-05-26 10:37:10 01660_second_extremes_bug: [ OK ] 3.74 sec.
2025-05-26 10:37:10 01661_week_functions_string_args: [ OK ] 5.05 sec.
2025-05-26 10:37:11 01660_sum_ubsan: [ OK ] 3.62 sec.
2025-05-26 10:37:12 01659_h3_buffer_overflow: [ OK ] 4.13 sec.
2025-05-26 10:37:12 01656_join_defaul_enum: [ OK ] 4.01 sec.
2025-05-26 10:37:13 01656_ipv4_bad_formatting: [ OK ] 3.43 sec.
2025-05-26 10:37:13 01655_sleep_infinite_float: [ OK ] 3.21 sec.
2025-05-26 10:37:14 01655_test_isnull_mysql_dialect: [ OK ] 3.45 sec.
2025-05-26 10:37:16 01825_type_json_ghdata_insert_select: [ OK ] 108.87 sec.
2025-05-26 10:37:19 01646_rewrite_sum_if_bug: [ OK ] 4.25 sec.
2025-05-26 10:37:21 01644_distributed_async_insert_fsync_smoke: [ OK ] 4.91 sec.
2025-05-26 10:37:22 01648_mutations_and_escaping: [ OK ] 8.28 sec.
2025-05-26 10:37:23 01642_if_nullable_regression: [ OK ] 3.97 sec.
2025-05-26 10:37:24 01691_parser_data_type_exponential: [ OK ] 34.26 sec.
2025-05-26 10:37:25 01640_distributed_async_insert_compression: [ OK ] 3.89 sec.
2025-05-26 10:37:25 01638_div_mod_ambiguities: [ OK ] 3.43 sec.
2025-05-26 10:37:26 01635_sum_map_fuzz: [ OK ] 3.55 sec.
2025-05-26 10:37:28 01633_limit_fuzz: [ OK ] 3.22 sec.
2025-05-26 10:37:28 01651_bugs_from_15889: [ OK ] 14.77 sec.
2025-05-26 10:37:29 01632_select_all_syntax: [ OK ] 4.00 sec.
2025-05-26 10:37:29 01654_test_writer_block_sequence: [ OK ] 16.59 sec.
2025-05-26 10:37:31 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 4.53 sec.
2025-05-26 10:37:33 01621_decode_XML: [ OK ] 3.79 sec.
2025-05-26 10:37:33 01605_adaptive_granularity_block_borders: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:37:34 01622_codec_zstd_long: [ OK ] 5.21 sec.
2025-05-26 10:37:36 01623_constraints_column_swap: [ OK ] 7.50 sec.
2025-05-26 10:37:36 01656_sequence_next_node_long: [ OK ] 28.48 sec.
2025-05-26 10:37:40 01602_insert_into_table_function_cluster: [ OK ] 4.24 sec.
2025-05-26 10:37:40 01603_insert_select_too_many_parts: [ OK ] 7.56 sec.
2025-05-26 10:37:42 01599_multiline_input_and_singleline_comments: [ OK ] 1.89 sec.
2025-05-26 10:37:46 01594_storage_join_uuid: [ OK ] 3.66 sec.
2025-05-26 10:37:47 01600_quota_by_forwarded_ip: [ OK ] 11.02 sec.
2025-05-26 10:37:50 01592_toUnixTimestamp_Date: [ OK ] 3.48 sec.
2025-05-26 10:37:52 01607_arrays_as_nested_csv: [ OK ] 20.62 sec.
2025-05-26 10:37:54 01585_use_index_for_global_in: [ OK ] 4.09 sec.
2025-05-26 10:37:57 01582_move_to_prewhere_compact_parts: [ OK ] 2.80 sec.
2025-05-26 10:37:58 01603_read_with_backoff_bug: [ OK ] 24.10 sec.
2025-05-26 10:38:01 01599_mutation_query_params: [ OK ] 21.46 sec.
2025-05-26 10:38:02 01591_window_functions: [ OK ] 14.78 sec.
2025-05-26 10:38:04 01581_deduplicate_by_columns_local: [ OK ] 7.20 sec.
2025-05-26 10:38:04 01568_window_functions_distributed: [ OK ] 6.16 sec.
2025-05-26 10:38:06 01561_aggregate_functions_of_key_with_join: [ OK ] 3.65 sec.
2025-05-26 10:38:08 01558_enum_as_num_in_tsv_csv_input: [ OK ] 3.82 sec.
2025-05-26 10:38:08 01561_mann_whitney_scipy: [ OK ] 6.36 sec.
2025-05-26 10:38:09 01533_collate_in_nullable: [ OK ] 3.73 sec.
2025-05-26 10:38:11 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 3.75 sec.
2025-05-26 10:38:12 01528_play: [ OK ] 3.94 sec.
2025-05-26 10:38:13 01525_select_with_offset_fetch_clause: [ OK ] 3.68 sec.
2025-05-26 10:38:17 01519_topK_distributed_parametrized: [ OK ] 3.78 sec.
2025-05-26 10:38:19 01520_client_print_query_id: [ OK ] 7.23 sec.
2025-05-26 10:38:21 01515_force_data_skipping_indices: [ OK ] 4.31 sec.
2025-05-26 10:38:23 01514_empty_buffer_different_types: [ OK ] 3.85 sec.
2025-05-26 10:38:25 01514_input_format_tsv_enum_as_number_setting: [ OK ] 3.64 sec.
2025-05-26 10:38:25 01550_query_identifier_parameters: [ OK ] 20.53 sec.
2025-05-26 10:38:26 01512_create_replicate_merge_tree_one_arg: [ OK ] 3.17 sec.
2025-05-26 10:38:28 01583_parallel_parsing_exception_with_offset: [ OK ] 36.78 sec.
2025-05-26 10:38:28 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 3.45 sec.
2025-05-26 10:38:30 01523_client_local_queries_file_parameter: [ OK ] 18.23 sec.
2025-05-26 10:38:32 01509_dictionary_preallocate: [ OK ] 7.47 sec.
2025-05-26 10:38:35 01508_query_obfuscator: [ OK ] 4.81 sec.
2025-05-26 10:38:37 01505_distributed_local_type_conversion_enum: [ OK ] 4.17 sec.
2025-05-26 10:38:38 01503_if_const_optimization: [ OK ] 3.35 sec.
2025-05-26 10:38:41 01502_bar_overflow: [ OK ] 4.01 sec.
2025-05-26 10:38:42 01508_format_regexp_raw: [ OK ] 13.36 sec.
2025-05-26 10:38:44 01655_plan_optimizations_optimize_read_in_window_order_long: [ OK ] 92.48 sec.
2025-05-26 10:38:44 01496_signedness_conversion_monotonicity: [ OK ] 3.59 sec.
2025-05-26 10:38:45 01493_table_function_null: [ OK ] 3.35 sec.
2025-05-26 10:38:45 01485_256_bit_multiply: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:38:46 01502_jemalloc_percpu_arena: [ OK ] 8.23 sec.
2025-05-26 10:38:47 01630_simple_aggregate_all_functions_in_aggregating_merge_tree: [ OK ] 81.21 sec.
2025-05-26 10:38:48 01492_array_join_crash_13829: [ OK ] 3.37 sec.
2025-05-26 10:38:48 01490_nullable_string_to_enum: [ OK ] 3.87 sec.
2025-05-26 10:38:50 01476_right_full_join_switch: [ OK ] 4.51 sec.
2025-05-26 10:38:50 01473_system_events_zeroes: [ OK ] 3.36 sec.
2025-05-26 10:38:50 01509_check_parallel_quorum_inserts_long: [ OK ] 24.37 sec.
2025-05-26 10:38:51 01475_read_subcolumns_2: [ OK ] 4.43 sec.
2025-05-26 10:38:52 01472_many_rows_in_totals: [ OK ] 3.91 sec.
2025-05-26 10:38:53 01470_columns_transformers2: [ OK ] 4.30 sec.
2025-05-26 10:38:56 01463_resample_overflow: [ OK ] 6.08 sec.
2025-05-26 10:38:57 01456_min_negative_decimal_formatting: [ OK ] 7.06 sec.
2025-05-26 10:38:57 01455_default_compression: [ OK ] 6.32 sec.
2025-05-26 10:39:00 01453_fixsed_string_sort: [ OK ] 8.54 sec.
2025-05-26 10:39:00 01452_normalized_query_hash: [ OK ] 7.53 sec.
2025-05-26 10:39:00 01456_low_cardinality_sorting_bugfix: [ OK ] 9.90 sec.
2025-05-26 10:39:02 01450_set_null_const: [ OK ] 5.68 sec.
2025-05-26 10:39:02 01430_moving_sum_empty_state: [ OK ] 4.83 sec.
2025-05-26 10:39:02 01434_netloc_fuzz: [ OK ] 4.91 sec.
2025-05-26 10:39:04 01427_pk_and_expression_with_different_type: [ OK ] 3.46 sec.
2025-05-26 10:39:04 01425_decimal_parse_big_negative_exponent: [ OK ] 3.95 sec.
2025-05-26 10:39:05 01421_array_nullable_element_nullable_index: [ OK ] 3.49 sec.
2025-05-26 10:39:06 01428_nullable_asof_join: [ OK ] 5.55 sec.
2025-05-26 10:39:06 01418_custom_settings: [ OK ] 4.03 sec.
2025-05-26 10:39:06 01418_index_analysis_bug: [ OK ] 4.17 sec.
2025-05-26 10:39:09 01413_allow_non_metadata_alters: [ OK ] 2.95 sec.
2025-05-26 10:39:09 01416_join_totals_header_bug: [ OK ] 4.36 sec.
2025-05-26 10:39:10 01412_mod_float: [ OK ] 3.57 sec.
2025-05-26 10:39:10 01412_optimize_deduplicate_bug: [ OK ] 3.62 sec.
2025-05-26 10:39:13 01407_lambda_arrayJoin: [ OK ] 3.77 sec.
2025-05-26 10:39:13 01402_cast_nullable_string_to_enum: [ OK ] 4.05 sec.
2025-05-26 10:39:13 01396_low_cardinality_fixed_string_default: [ OK ] 3.66 sec.
2025-05-26 10:39:14 01384_bloom_filter_bad_arguments: [ OK ] 3.96 sec.
2025-05-26 10:39:15 01414_low_cardinality_nullable: [ OK ] 10.25 sec.
2025-05-26 10:39:17 01381_for_each_with_states: [ OK ] 3.95 sec.
2025-05-26 10:39:17 01380_coded_delta_exception_code: [ OK ] 3.72 sec.
2025-05-26 10:39:18 01378_alter_rename_with_ttl_zookeeper: [ OK ] 4.22 sec.
2025-05-26 10:39:19 01377_supertype_low_cardinality: [ OK ] 4.70 sec.
2025-05-26 10:39:19 01375_storage_file_write_prefix_tsv_with_names: [ OK ] 3.64 sec.
2025-05-26 10:39:20 01358_constexpr_constraint: [ OK ] 3.44 sec.
2025-05-26 10:39:20 01351_parse_date_time_best_effort_us: [ OK ] 3.43 sec.
2025-05-26 10:39:21 01349_mutation_datetime_key: [ OK ] 3.77 sec.
2025-05-26 10:39:22 01347_partition_date_vs_datetime: [ OK ] 3.57 sec.
2025-05-26 10:39:24 01338_sha256_fixedstring: [ OK ] 3.46 sec.
2025-05-26 10:39:25 01330_array_join_in_higher_order_function: [ OK ] 3.17 sec.
2025-05-26 10:39:25 01340_datetime64_fpe: [ OK ] 5.51 sec.
2025-05-26 10:39:25 01332_join_type_syntax_position: [ OK ] 4.58 sec.
2025-05-26 10:39:26 01324_settings_documentation: [ OK ] 3.42 sec.
2025-05-26 10:39:28 01321_monotonous_functions_in_order_by_bug: [ OK ] 3.43 sec.
2025-05-26 10:39:28 01322_cast_keep_nullable: [ OK ] 3.66 sec.
2025-05-26 10:39:29 01323_redundant_functions_in_order_by: [ OK ] 5.46 sec.
2025-05-26 10:39:30 01319_mv_constants_bug: [ OK ] 4.15 sec.
2025-05-26 10:39:31 01318_alter_add_column_exists: [ OK ] 2.87 sec.
2025-05-26 10:39:32 01417_query_time_in_system_events: [ OK ] 27.78 sec.
2025-05-26 10:39:32 01319_query_formatting_in_server_log: [ OK ] 7.19 sec.
2025-05-26 10:39:33 01314_position_in_system_columns: [ OK ] 3.69 sec.
2025-05-26 10:39:34 01310_enum_comparison: [ OK ] 3.69 sec.
2025-05-26 10:39:34 01318_map_add_map_subtract: [ OK ] 5.71 sec.
2025-05-26 10:39:35 01307_polygon_perimeter: [ OK ] 3.27 sec.
2025-05-26 10:39:35 01308_row_policy_and_trivial_count_query: [ OK ] 3.82 sec.
2025-05-26 10:39:36 01305_nullable-prewhere_bug: [ OK ] 3.51 sec.
2025-05-26 10:39:37 01297_alter_distributed: [ OK ] 3.23 sec.
2025-05-26 10:39:38 01299_alter_merge_tree: [ OK ] 3.99 sec.
2025-05-26 10:39:39 01292_optimize_data_skip_idx_order_by_expr: [ OK ] 3.63 sec.
2025-05-26 10:39:39 01293_external_sorting_limit_bug: [ OK ] 4.01 sec.
2025-05-26 10:39:39 01292_quantile_array_bug: [ OK ] 3.41 sec.
2025-05-26 10:39:41 01509_check_many_parallel_quorum_inserts_long: [ OK ] 72.22 sec.
2025-05-26 10:39:41 01291_geo_types: [ OK ] 3.65 sec.
2025-05-26 10:39:43 01290_empty_array_index_analysis: [ OK ] 4.98 sec.
2025-05-26 10:39:43 01280_null_in: [ OK ] 3.75 sec.
2025-05-26 10:39:43 01281_alter_rename_and_other_renames: [ OK ] 3.89 sec.
2025-05-26 10:39:43 01285_data_skip_index_over_aggregation: [ OK ] 4.32 sec.
2025-05-26 10:39:44 01278_alter_rename_combination: [ OK ] 3.36 sec.
2025-05-26 10:39:47 01277_alter_rename_column_constraint: [ OK ] 4.15 sec.
2025-05-26 10:39:47 01275_alter_rename_column_default_expr: [ OK ] 3.91 sec.
2025-05-26 10:39:47 01277_random_fixed_string: [ OK ] 6.26 sec.
2025-05-26 10:39:48 01277_alter_rename_column_constraint_zookeeper_long: [ OK ] 4.95 sec.
2025-05-26 10:39:49 01276_random_string: [ OK ] 5.81 sec.
2025-05-26 10:39:50 01260_ubsan_decimal_parse: [ OK ] 3.17 sec.
2025-05-26 10:39:51 01271_show_privileges: [ OK ] 3.49 sec.
2025-05-26 10:39:51 01269_toStartOfSecond: [ OK ] 3.90 sec.
2025-05-26 10:39:52 01259_combinator_distinct: [ OK ] 3.85 sec.
2025-05-26 10:39:53 01626_cnf_fuzz_long: [ OK ] 145.07 sec.
2025-05-26 10:39:54 01248_least_greatest_mixed_const: [ OK ] 3.47 sec.
2025-05-26 10:39:55 01240_join_get_or_null: [ OK ] 3.87 sec.
2025-05-26 10:39:55 01232_untuple: [ OK ] 4.18 sec.
2025-05-26 10:39:56 01252_weird_time_zone: [ OK ] 6.78 sec.
2025-05-26 10:39:57 01226_dist_on_dist_global_in: [ OK ] 3.84 sec.
2025-05-26 10:39:57 01213_alter_rename_nested: [ OK ] 3.51 sec.
2025-05-26 10:39:59 01213_alter_rename_with_default_zookeeper_long: [ OK ] 4.01 sec.
2025-05-26 10:40:00 01213_optimize_skip_unused_shards_DISTINCT: [ OK ] 4.18 sec.
2025-05-26 10:40:00 01210_drop_view: [ OK ] 3.51 sec.
2025-05-26 10:40:01 01202_array_auc_special: [ OK ] 3.75 sec.
2025-05-26 10:40:03 01231_operator_null_in: [ OK ] 11.62 sec.
2025-05-26 10:40:05 01181_db_atomic_drop_on_cluster: [ OK ] 4.18 sec.
2025-05-26 10:40:06 01182_materialized_view_different_structure: [ OK ] 5.75 sec.
2025-05-26 10:40:14 01179_insert_values_semicolon: [ OK ] 10.36 sec.
2025-05-26 10:40:19 01161_information_schema: [ OK ] 12.97 sec.
2025-05-26 10:40:23 01201_read_single_thread_in_order: [ OK ] 23.98 sec.
2025-05-26 10:40:26 01151_storage_merge_filter_tables_by_virtual_column: [ OK ] 12.46 sec.
2025-05-26 10:40:28 01142_with_ties_and_aliases: [ OK ] 4.78 sec.
2025-05-26 10:40:29 01146_clickhouse_local_data: [ OK ] 10.42 sec.
2025-05-26 10:40:30 01135_default_and_alter_zookeeper: [ OK ] 3.48 sec.
2025-05-26 10:40:34 01128_generate_random_nested: [ OK ] 5.91 sec.
2025-05-26 10:40:34 01126_month_partitioning_consistent_code: [ OK ] 4.42 sec.
2025-05-26 10:40:34 01117_greatest_least_case: [ OK ] 3.99 sec.
2025-05-26 10:40:36 01304_direct_io_long: [ OK ] 62.89 sec.
2025-05-26 10:40:36 01271_optimize_arithmetic_operations_in_aggr_func_long: [ OK ] 51.96 sec.
2025-05-26 10:40:37 01114_clear_column_compact_parts: [ OK ] 3.68 sec.
2025-05-26 10:40:38 01106_const_fixed_string_like: [ OK ] 4.20 sec.
2025-05-26 10:40:38 01105_string_like: [ OK ] 4.35 sec.
2025-05-26 10:40:39 01184_long_insert_values_huge_strings: [ OK ] 39.24 sec.
2025-05-26 10:40:40 01102_distributed_local_in_bug: [ OK ] 4.12 sec.
2025-05-26 10:40:41 01096_array_reduce_in_ranges: [ OK ] 3.52 sec.
2025-05-26 10:40:41 01099_operators_date_and_timestamp: [ OK ] 5.41 sec.
2025-05-26 10:40:43 01083_match_zero_byte: [ OK ] 3.64 sec.
2025-05-26 10:40:43 01087_table_function_generate: [ OK ] 5.36 sec.
2025-05-26 10:40:43 01081_keywords_formatting: [ OK ] 3.36 sec.
2025-05-26 10:40:45 01080_engine_merge_prewhere_tupleelement_error: [ OK ] 3.75 sec.
2025-05-26 10:40:45 01080_check_for_error_incorrect_size_of_nested_column: [ OK ] 3.91 sec.
2025-05-26 10:40:48 01074_h3_range_check: [ OK ] 3.40 sec.
2025-05-26 10:40:50 01213_alter_rename_column_zookeeper_long: [ OK ] 54.50 sec.
2025-05-26 10:40:52 01073_blockSerializedSize: [ OK ] 6.25 sec.
2025-05-26 10:40:52 01072_json_each_row_data_in_square_brackets: [ OK ] 3.59 sec.
2025-05-26 10:40:55 01071_force_optimize_skip_unused_shards: [ OK ] 5.21 sec.
2025-05-26 10:40:56 01065_if_not_finite: [ OK ] 3.70 sec.
2025-05-26 10:40:58 01086_regexp_input_format_skip_unmatched: [ OK ] 19.71 sec.
2025-05-26 10:40:59 01063_create_column_set: [ OK ] 3.53 sec.
2025-05-26 10:41:02 01062_pm_multiple_all_join_same_value: [ OK ] 3.55 sec.
2025-05-26 10:41:06 01062_alter_on_mutataion_zookeeper_long: [ OK ] 6.49 sec.
2025-05-26 10:41:15 01058_zlib_ng_level1_bug: [ OK ] 8.83 sec.
2025-05-26 10:41:17 01066_window_view_event_tumble_to_strict_asc_lateness: [ OK ] 25.07 sec.
2025-05-26 10:41:19 01057_http_compression_prefer_brotli: [ OK ] 4.84 sec.
2025-05-26 10:41:20 01063_window_view_event_tumble_to_bounded: [ OK ] 24.56 sec.
2025-05-26 10:41:21 01077_mutations_index_consistency: [ OK ] 37.56 sec.
2025-05-26 10:41:22 01076_window_view_alter_query_to: [ OK ] 38.68 sec.
2025-05-26 10:41:24 01053_if_chain_check: [ OK ] 4.03 sec.
2025-05-26 10:41:24 01051_random_printable_ascii: [ OK ] 3.41 sec.
2025-05-26 10:41:26 01050_engine_join_view_crash: [ OK ] 4.06 sec.
2025-05-26 10:41:26 01058_window_view_event_hop_to_strict_asc: [ OK ] 24.48 sec.
2025-05-26 10:41:27 01079_bad_alters_zookeeper_long: [ OK ] 44.31 sec.
2025-05-26 10:41:29 01049_join_low_card_crash: [ OK ] 4.28 sec.
2025-05-26 10:41:31 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 4.68 sec.
2025-05-26 10:41:31 01047_window_view_parser_inner_table: [ OK ] 4.70 sec.
2025-05-26 10:41:31 01046_materialized_view_with_join_over_distributed: [ OK ] 3.93 sec.
2025-05-26 10:41:32 01041_create_dictionary_if_not_exists: [ OK ] 3.70 sec.
2025-05-26 10:41:34 01036_union_different_columns: [ OK ] 3.14 sec.
2025-05-26 10:41:35 01039_test_setting_parse: [ OK ] 4.04 sec.
2025-05-26 10:41:38 01032_cityHash64_for_UUID: [ OK ] 3.88 sec.
2025-05-26 10:41:38 01039_row_policy_dcl: [ OK ] 7.23 sec.
2025-05-26 10:41:38 01030_storage_hdfs_syntax: [ OK ] 3.36 sec.
2025-05-26 10:41:41 01055_compact_parts_granularity: [ OK ] 24.42 sec.
2025-05-26 10:41:42 01029_early_constant_folding: [ OK ] 3.45 sec.
2025-05-26 10:41:42 01021_only_tuple_columns: [ OK ] 3.91 sec.
2025-05-26 10:41:42 01019_alter_materialized_view_atomic: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:41:45 01020_function_array_compact: [ OK ] 3.46 sec.
2025-05-26 10:41:45 01020_function_char: [ OK ] 3.38 sec.
2025-05-26 10:41:48 01018_ambiguous_column: [ OK ] 3.67 sec.
2025-05-26 10:42:01 01054_cache_dictionary_bunch_update: [ OK ] 41.28 sec.
2025-05-26 10:42:04 01015_empty_in_inner_right_join: [ OK ] 15.05 sec.
2025-05-26 10:42:04 01030_limit_by_with_ties_error: [ OK ] 26.12 sec.
2025-05-26 10:42:05 01012_show_tables_limit: [ OK ] 4.24 sec.
2025-05-26 10:42:12 01012_select_limit_x_0: [ OK ] 7.89 sec.
2025-05-26 10:42:15 01012_serialize_array_memory_usage: [ OK ] 10.61 sec.
2025-05-26 10:42:18 01011_test_create_as_skip_indices: [ OK ] 12.99 sec.
2025-05-26 10:42:20 01049_join_low_card_bug_long: [ OK ] 56.21 sec.
2025-05-26 10:42:20 01010_partial_merge_join_const_and_lc: [ OK ] 8.77 sec.
2025-05-26 10:42:24 01009_global_array_join_names: [ OK ] 5.21 sec.
2025-05-26 10:42:24 01010_partial_merge_join_negative: [ OK ] 8.96 sec.
2025-05-26 10:42:31 01009_insert_select_data_loss: [ OK ] 10.55 sec.
2025-05-26 10:42:32 01008_materialized_view_henyihanwobushi: [ OK ] 11.09 sec.
2025-05-26 10:42:35 01001_enums_in_in_section: [ OK ] 10.95 sec.
2025-05-26 10:42:36 01035_enum_conversion_native_format: [ OK ] 63.38 sec.
2025-05-26 10:42:36 01006_ttl_with_default_2: [ OK ] 12.50 sec.
2025-05-26 10:42:37 00999_join_not_nullable_types: [ OK ] 5.31 sec.
2025-05-26 10:42:38 00999_join_on_expression: [ OK ] 6.73 sec.
2025-05-26 10:42:39 00999_test_skip_indices_with_alter_and_merge: [ OK ] 3.76 sec.
2025-05-26 10:42:39 00980_alter_settings_race: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:42:40 00988_expansion_aliases_limit: [ OK ] 3.35 sec.
2025-05-26 10:42:43 00979_set_index_not: [ OK ] 3.62 sec.
2025-05-26 10:42:43 00997_trim: [ OK ] 7.04 sec.
2025-05-26 10:42:43 00986_materialized_view_stack_overflow: [ OK ] 5.40 sec.
2025-05-26 10:42:44 00978_ml_math: [ OK ] 3.41 sec.
2025-05-26 10:42:46 00977_int_div: [ OK ] 3.79 sec.
2025-05-26 10:42:48 01156_pcg_deserialization: [ OK ] 161.54 sec.
2025-05-26 10:42:48 00971_merge_tree_uniform_read_distribution_and_max_rows_to_read: [ OK ] 3.73 sec.
2025-05-26 10:42:50 00969_roundDuration: [ OK ] 3.65 sec.
2025-05-26 10:42:50 00974_adaptive_granularity_secondary_index: [ OK ] 7.42 sec.
2025-05-26 10:42:50 00972_geohashesInBox: [ OK ] 7.15 sec.
2025-05-26 10:42:51 00964_os_thread_priority: [ OK ] 3.23 sec.
2025-05-26 10:42:53 01019_alter_materialized_view_consistent: [ OK ] 70.69 sec.
2025-05-26 10:42:53 00961_checksums_in_system_parts_columns_table: [ OK ] 2.62 sec.
2025-05-26 10:42:53 01017_mutations_with_nondeterministic_functions_zookeeper: [ OK ] 68.14 sec.
2025-05-26 10:42:54 00995_exception_while_insert: [ OK ] 17.76 sec.
2025-05-26 10:42:54 00957_coalesce_const_nullable_crash: [ OK ] 3.63 sec.
2025-05-26 10:42:55 00956_http_prepared_statements: [ OK ] 4.34 sec.
2025-05-26 10:42:58 00950_default_prewhere: [ OK ] 4.05 sec.
2025-05-26 10:42:59 00948_values_interpreter_template: [ OK ] 4.39 sec.
2025-05-26 10:42:59 00952_insert_into_distributed_with_materialized_column: [ OK ] 5.46 sec.
2025-05-26 10:42:59 00945_ml_test: [ OK ] 3.88 sec.
2025-05-26 10:43:02 00942_mv_rename_table: [ OK ] 3.71 sec.
2025-05-26 10:43:03 00940_max_parts_in_total: [ OK ] 3.75 sec.
2025-05-26 10:43:03 00951_ngram_search: [ OK ] 10.02 sec.
2025-05-26 10:43:05 00940_order_by_read_in_order: [ OK ] 6.31 sec.
2025-05-26 10:43:07 00938_ipv6_cidr_range: [ OK ] 4.25 sec.
2025-05-26 10:43:17 00936_substring_utf8_non_const: [ OK ] 10.61 sec.
2025-05-26 10:43:18 00955_test_final_mark_use: [ OK ] 24.90 sec.
2025-05-26 10:43:22 00931_low_cardinality_read_with_empty_array: [ OK ] 3.93 sec.
2025-05-26 10:43:23 00937_template_output_format: [ OK ] 19.77 sec.
2025-05-26 10:43:26 00931_low_cardinality_set_index_in_key_condition: [ OK ] 3.59 sec.
2025-05-26 10:43:28 00930_arrayIntersect: [ OK ] 4.52 sec.
2025-05-26 10:43:31 00919_histogram_merge: [ OK ] 3.58 sec.
2025-05-26 10:43:33 00937_format_schema_rows_template: [ OK ] 29.80 sec.
2025-05-26 10:43:37 00917_least_sqr: [ OK ] 3.60 sec.
2025-05-26 10:43:38 00927_asof_join_long: [ OK ] 12.54 sec.
2025-05-26 10:43:42 00918_json_functions: [ OK ] 10.48 sec.
2025-05-26 10:43:45 00910_zookeeper_custom_compression_codecs_replicated_long: [ OK ] 8.03 sec.
2025-05-26 10:43:45 00906_low_cardinality_const_argument: [ OK ] 3.40 sec.
2025-05-26 10:43:47 00965_shard_unresolvable_addresses: [ OK ] 59.34 sec.
2025-05-26 10:43:48 00905_field_with_aggregate_function_state: [ OK ] 3.65 sec.
2025-05-26 10:43:49 00903_array_with_constant_function: [ OK ] 3.39 sec.
2025-05-26 10:43:51 00902_entropy: [ OK ] 4.41 sec.
2025-05-26 10:43:55 00900_entropy_shard: [ OK ] 3.61 sec.
2025-05-26 10:43:58 00933_ttl_replicated_zookeeper: [ OK ] 40.44 sec.
2025-05-26 10:44:01 00937_test_use_header_csv: [ OK ] 56.56 sec.
2025-05-26 10:44:02 00875_join_right_nulls: [ OK ] 7.34 sec.
2025-05-26 10:44:05 00861_decimal_quoted_csv: [ OK ] 3.67 sec.
2025-05-26 10:44:06 00860_unknown_identifier_bug: [ OK ] 3.51 sec.
2025-05-26 10:44:07 00944_create_bloom_filter_index_with_merge_tree: [ OK ] 68.41 sec.
2025-05-26 10:44:08 00870_t64_codec: [ OK ] 10.52 sec.
2025-05-26 10:44:09 00856_no_column_issue_4242: [ OK ] 3.59 sec.
2025-05-26 10:44:10 00852_any_join_nulls: [ OK ] 3.58 sec.
2025-05-26 10:44:12 00843_optimize_predicate_and_rename_table: [ OK ] 3.69 sec.
2025-05-26 10:44:12 00842_array_with_constant_overflow: [ OK ] 3.16 sec.
2025-05-26 10:44:12 00850_global_join_dups: [ OK ] 5.80 sec.
2025-05-26 10:44:13 00841_temporary_table_database: [ OK ] 3.49 sec.
2025-05-26 10:44:15 00900_orc_nested_arrays_load: [ OK ] 26.43 sec.
2025-05-26 10:44:16 00836_indices_alter: [ OK ] 3.87 sec.
2025-05-26 10:44:16 00832_storage_file_lock: [ OK ] 3.64 sec.
2025-05-26 10:44:16 00834_limit_with_constant_expressions: [ OK ] 4.28 sec.
2025-05-26 10:44:22 00804_test_custom_compression_codes_log_storages: [ OK ] 5.55 sec.
2025-05-26 10:44:24 00829_bitmap64_function: [ OK ] 10.57 sec.
2025-05-26 10:44:27 00802_system_parts_with_datetime_partition: [ OK ] 4.75 sec.
2025-05-26 10:44:28 00762_date_comparsion: [ OK ] 3.97 sec.
2025-05-26 10:44:31 00758_array_reverse: [ OK ] 3.83 sec.
2025-05-26 10:44:31 00757_enum_defaults_const_analyzer: [ OK ] 3.46 sec.
2025-05-26 10:44:35 00754_alter_modify_column_partitions: [ OK ] 3.64 sec.
2025-05-26 10:44:35 00825_protobuf_format_squares: [ OK ] 20.49 sec.
2025-05-26 10:44:37 00825_protobuf_format_array_of_arrays: [ OK ] 20.81 sec.
2025-05-26 10:44:39 00749_inner_join_of_unnamed_subqueries: [ OK ] 3.69 sec.
2025-05-26 10:44:39 00753_alter_destination_for_storage_buffer: [ OK ] 4.27 sec.
2025-05-26 10:44:41 00964_bloom_index_string_functions: [ OK ] 110.53 sec.
2025-05-26 10:44:41 00740_database_in_nested_view: [ OK ] 4.10 sec.
2025-05-26 10:44:43 00738_nested_merge_multidimensional_array: [ OK ] 3.74 sec.
2025-05-26 10:44:43 00825_protobuf_format_no_length_delimiter: [ OK ] 26.89 sec.
2025-05-26 10:44:44 00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long: [ OK ] 4.31 sec.
2025-05-26 10:44:45 00900_orc_arrow_parquet_maps: [ OK ] 55.95 sec.
2025-05-26 10:44:45 00732_quorum_insert_lost_part_zookeeper_long: [ OK ] 4.25 sec.
2025-05-26 10:44:46 00732_quorum_insert_lost_part_and_alive_part_zookeeper_long: [ OK ] 4.60 sec.
2025-05-26 10:44:47 00726_length_aliases: [ OK ] 3.35 sec.
2025-05-26 10:44:47 00729_prewhere_array_join: [ OK ] 4.60 sec.
2025-05-26 10:44:48 00725_comment_columns_long: [ OK ] 3.20 sec.
2025-05-26 10:44:50 00717_low_cardinaliry_group_by: [ OK ] 4.56 sec.
2025-05-26 10:44:51 00713_collapsing_merge_tree: [ OK ] 3.74 sec.
2025-05-26 10:44:52 00712_prewhere_with_missing_columns: [ OK ] 3.75 sec.
2025-05-26 10:44:52 00712_nan_comparison: [ OK ] 4.37 sec.
2025-05-26 10:44:53 00717_low_cardinaliry_distributed_group_by: [ OK ] 7.60 sec.
2025-05-26 10:44:54 00709_virtual_column_partition_id: [ OK ] 3.59 sec.
2025-05-26 10:44:55 00712_prewhere_with_alias: [ OK ] 4.54 sec.
2025-05-26 10:44:57 00702_join_with_using: [ OK ] 4.60 sec.
2025-05-26 10:44:59 00700_decimal_math: [ OK ] 4.36 sec.
2025-05-26 10:45:01 00700_decimal_round: [ OK ] 6.89 sec.
2025-05-26 10:45:01 00700_decimal_in_keys: [ OK ] 4.15 sec.
2025-05-26 10:45:03 00704_drop_truncate_memory_table: [ OK ] 11.10 sec.
2025-05-26 10:45:05 00698_validate_array_sizes_for_nested: [ OK ] 3.62 sec.
2025-05-26 10:45:05 00728_json_each_row_parsing: [ OK ] 22.31 sec.
2025-05-26 10:45:07 00700_decimal_casts: [ OK ] 8.21 sec.
2025-05-26 10:45:08 00697_in_subquery_shard: [ OK ] 4.94 sec.
2025-05-26 10:45:09 00689_join_table_function: [ OK ] 3.37 sec.
2025-05-26 10:45:09 00696_system_columns_limit: [ OK ] 3.91 sec.
2025-05-26 10:45:11 00688_case_without_else: [ OK ] 3.38 sec.
2025-05-26 10:45:13 00688_low_cardinality_syntax: [ OK ] 5.45 sec.
2025-05-26 10:45:14 00678_shard_funnel_window: [ OK ] 4.83 sec.
2025-05-26 10:45:14 00674_has_array_enum: [ OK ] 3.43 sec.
2025-05-26 10:45:17 00668_compare_arrays_silviucpp: [ OK ] 3.57 sec.
2025-05-26 10:45:20 00666_uniq_complex_types: [ OK ] 5.30 sec.
2025-05-26 10:45:20 00699_materialized_view_mutations: [ OK ] 18.94 sec.
2025-05-26 10:45:23 00647_select_numbers_with_offset: [ OK ] 3.43 sec.
2025-05-26 10:45:24 00646_weird_mmx: [ OK ] 3.58 sec.
2025-05-26 10:45:27 00645_date_time_input_format: [ OK ] 3.45 sec.
2025-05-26 10:45:31 00626_in_syntax: [ OK ] 4.39 sec.
2025-05-26 10:45:40 00673_subquery_prepared_set_performance: [ OK ] 26.38 sec.
2025-05-26 10:45:41 00632_get_sample_block_cache: [ OK ] 17.58 sec.
2025-05-26 10:45:45 00705_drop_create_merge_tree: [ OK ] 53.28 sec.
2025-05-26 10:45:45 00625_arrays_in_nested: [ OK ] 5.43 sec.
2025-05-26 10:45:49 00619_extract: [ OK ] 3.72 sec.
2025-05-26 10:45:49 00617_array_in: [ OK ] 3.72 sec.
2025-05-26 10:45:53 00612_http_max_query_size_for_distributed: [ OK ] 3.87 sec.
2025-05-26 10:45:53 00608_uniq_array: [ OK ] 3.54 sec.
2025-05-26 10:45:56 00593_union_all_assert_columns_removed: [ OK ] 3.61 sec.
2025-05-26 10:46:00 00592_union_all_different_aliases: [ OK ] 3.37 sec.
2025-05-26 10:46:03 00754_distributed_optimize_skip_select_on_unused_shards: [ OK ] 92.05 sec.
2025-05-26 10:46:03 00591_columns_removal_union_all: [ OK ] 3.44 sec.
2025-05-26 10:46:07 00586_removing_unused_columns_from_subquery: [ OK ] 4.29 sec.
2025-05-26 10:46:07 00578_merge_table_shadow_virtual_column: [ OK ] 3.87 sec.
2025-05-26 10:46:08 00625_summing_merge_tree_merge: [ OK ] 26.80 sec.
2025-05-26 10:46:11 00568_empty_function_with_fixed_string: [ OK ] 3.65 sec.
2025-05-26 10:46:11 00563_complex_in_expression: [ OK ] 3.79 sec.
2025-05-26 10:46:12 00559_filter_array_generic: [ OK ] 3.36 sec.
2025-05-26 10:46:15 00551_parse_or_null: [ OK ] 3.40 sec.
2025-05-26 10:46:15 00547_named_tuples: [ OK ] 3.36 sec.
2025-05-26 10:46:16 00554_nested_and_table_engines: [ OK ] 5.18 sec.
2025-05-26 10:46:18 00546_shard_tuple_element_formatting: [ OK ] 3.50 sec.
2025-05-26 10:46:18 00534_functions_bad_arguments2: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:46:18 00534_functions_bad_arguments11: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:46:18 00534_functions_bad_arguments12: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:46:19 00543_null_and_prewhere: [ OK ] 3.68 sec.
2025-05-26 10:46:20 00539_functions_for_working_with_json: [ OK ] 3.83 sec.
2025-05-26 10:46:21 00532_topk_generic: [ OK ] 3.27 sec.
2025-05-26 10:46:23 00531_aggregate_over_nullable: [ OK ] 3.81 sec.
2025-05-26 10:46:25 00530_arrays_of_nothing: [ OK ] 3.81 sec.
2025-05-26 10:46:27 00525_aggregate_functions_of_nullable_that_return_non_nullable: [ OK ] 4.01 sec.
2025-05-26 10:46:29 00523_aggregate_functions_in_group_array: [ OK ] 3.54 sec.
2025-05-26 10:46:30 00520_tuple_values_interpreter: [ OK ] 3.62 sec.
2025-05-26 10:46:34 00531_client_ignore_error: [ OK ] 13.75 sec.
2025-05-26 10:46:34 00517_date_parsing: [ OK ] 4.82 sec.
2025-05-26 10:46:34 00515_shard_desc_table_functions_and_subqueries: [ OK ] 3.87 sec.
2025-05-26 10:46:39 00504_mergetree_arrays_rw: [ OK ] 4.96 sec.
2025-05-26 10:46:41 00602_throw_if: [ OK ] 48.02 sec.
2025-05-26 10:46:42 00908_bloom_filter_index: [ OK ] 184.03 sec.
2025-05-26 10:46:42 00505_secure: [ OK ] 8.55 sec.
2025-05-26 10:46:45 00501_http_head: [ OK ] 3.97 sec.
2025-05-26 10:46:46 00502_sum_map: [ OK ] 6.56 sec.
2025-05-26 10:46:47 00507_array_no_params: [ OK ] 13.61 sec.
2025-05-26 10:46:48 00498_bitwise_aggregate_functions: [ OK ] 3.64 sec.
2025-05-26 10:46:50 00500_point_in_polygon_non_const_poly: [ OK ] 7.78 sec.
2025-05-26 10:46:50 00652_mergetree_mutations: [ OK ] 92.79 sec.
2025-05-26 10:46:51 00490_with_select: [ OK ] 3.61 sec.
2025-05-26 10:46:52 00488_non_ascii_column_names: [ OK ] 3.49 sec.
2025-05-26 10:46:54 00482_subqueries_and_aliases: [ OK ] 3.57 sec.
2025-05-26 10:46:54 00486_if_fixed_string: [ OK ] 3.89 sec.
2025-05-26 10:46:55 00481_create_view_for_null: [ OK ] 3.72 sec.
2025-05-26 10:46:56 00476_pretty_formats_and_widths: [ OK ] 3.58 sec.
2025-05-26 10:46:57 00470_identifiers_in_double_quotes: [ OK ] 3.42 sec.
2025-05-26 10:46:57 00464_array_element_out_of_range: [ OK ] 3.41 sec.
2025-05-26 10:47:00 00447_foreach_modifier: [ OK ] 4.56 sec.
2025-05-26 10:47:01 00439_fixed_string_filter: [ OK ] 3.40 sec.
2025-05-26 10:47:01 00445_join_nullable_keys: [ OK ] 3.56 sec.
2025-05-26 10:47:01 00498_array_functions_concat_slice_push_pop: [ OK ] 18.69 sec.
2025-05-26 10:47:02 00458_merge_type_cast: [ OK ] 6.91 sec.
2025-05-26 10:47:04 00436_convert_charset: [ OK ] 3.56 sec.
2025-05-26 10:47:05 00430_https_server: [ OK ] 3.83 sec.
2025-05-26 10:47:05 00436_fixed_string_16_comparisons: [ OK ] 4.82 sec.
2025-05-26 10:47:06 00424_shard_aggregate_functions_of_nullable: [ OK ] 4.77 sec.
2025-05-26 10:47:11 00409_shard_limit_by: [ OK ] 4.62 sec.
2025-05-26 10:47:14 00403_to_start_of_day: [ OK ] 3.36 sec.
2025-05-26 10:47:18 00399_group_uniq_array_date_datetime: [ OK ] 4.01 sec.
2025-05-26 10:47:22 00397_tsv_format_synonym: [ OK ] 3.61 sec.
2025-05-26 10:47:26 00394_new_nested_column_keeps_offsets: [ OK ] 3.92 sec.
2025-05-26 10:47:26 00419_show_sql_queries: [ OK ] 24.39 sec.
2025-05-26 10:47:31 00378_json_quote_64bit_integers: [ OK ] 5.74 sec.
2025-05-26 10:47:38 00411_long_accurate_number_comparison_int4: [ OK ] 33.89 sec.
2025-05-26 10:47:39 00376_shard_group_uniq_array_of_int_array: [ OK ] 12.69 sec.
2025-05-26 10:47:40 00497_whitespaces_in_insert: [ OK ] 54.00 sec.
2025-05-26 10:47:40 00375_shard_group_uniq_array_of_string: [ OK ] 9.05 sec.
2025-05-26 10:47:41 00411_long_accurate_number_comparison_float: [ OK ] 35.82 sec.
2025-05-26 10:47:43 00373_group_by_tuple: [ OK ] 4.33 sec.
2025-05-26 10:47:43 00364_java_style_denormals: [ OK ] 4.06 sec.
2025-05-26 10:47:45 00348_tuples: [ OK ] 4.27 sec.
2025-05-26 10:47:45 00347_has_tuple: [ OK ] 4.37 sec.
2025-05-26 10:47:47 00338_replicate_array_of_strings: [ OK ] 3.86 sec.
2025-05-26 10:47:47 00339_parsing_bad_arrays: [ OK ] 4.08 sec.
2025-05-26 10:47:49 00334_column_aggregate_function_limit: [ OK ] 3.72 sec.
2025-05-26 10:47:50 00333_parser_number_bug: [ OK ] 3.36 sec.
2025-05-26 10:47:53 00322_disable_checksumming: [ OK ] 3.93 sec.
2025-05-26 10:47:54 00354_host_command_line_option: [ OK ] 14.14 sec.
2025-05-26 10:47:55 00323_quantiles_timing_bug: [ OK ] 8.21 sec.
2025-05-26 10:47:56 00307_format_xml: [ OK ] 3.39 sec.
2025-05-26 10:47:58 00300_csv: [ OK ] 3.48 sec.
2025-05-26 10:47:59 00336_shard_stack_trace: [ OK ] 14.66 sec.
2025-05-26 10:48:00 00296_url_parameters: [ OK ] 4.47 sec.
2025-05-26 10:48:00 00291_array_reduce: [ OK ] 3.44 sec.
2025-05-26 10:48:03 00268_aliases_without_as_keyword: [ OK ] 3.38 sec.
2025-05-26 10:48:03 00267_tuple_array_access_operators_priority: [ OK ] 3.38 sec.
2025-05-26 10:48:06 00290_shard_aggregation_memory_efficient: [ OK ] 8.42 sec.
2025-05-26 10:48:07 00258_materializing_tuples: [ OK ] 3.63 sec.
2025-05-26 10:48:08 00257_shard_no_aggregates_and_constant_keys: [ OK ] 4.66 sec.
2025-05-26 10:48:08 00282_merging: [ OK ] 8.46 sec.
2025-05-26 10:48:11 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 4.12 sec.
2025-05-26 10:48:12 00234_disjunctive_equality_chains_optimization: [ OK ] 3.60 sec.
2025-05-26 10:48:12 00230_array_functions_has_count_equal_index_of_non_const_second_arg: [ OK ] 4.44 sec.
2025-05-26 10:48:13 00682_empty_parts_merge: [ OK ] 184.41 sec.
2025-05-26 10:48:15 00225_join_duplicate_columns: [ OK ] 3.59 sec.
2025-05-26 10:48:15 00240_replace_substring_loop: [ OK ] 8.68 sec.
2025-05-26 10:48:16 00220_shard_with_totals_in_subquery_remote_and_limit: [ OK ] 3.60 sec.
2025-05-26 10:48:17 00219_full_right_join_column_order: [ OK ] 3.78 sec.
2025-05-26 10:48:17 00224_shard_distributed_aggregation_memory_efficient_and_overflows: [ OK ] 5.48 sec.
2025-05-26 10:48:18 00214_primary_key_order: [ OK ] 3.68 sec.
2025-05-26 10:48:19 00205_scalar_subqueries: [ OK ] 4.28 sec.
2025-05-26 10:48:20 00200_shard_distinct_order_by_limit_distributed: [ OK ] 3.71 sec.
2025-05-26 10:48:21 00197_if_fixed_string: [ OK ] 3.73 sec.
2025-05-26 10:48:22 00196_float32_formatting: [ OK ] 3.52 sec.
2025-05-26 10:48:22 00199_ternary_operator_type_check: [ OK ] 4.82 sec.
2025-05-26 10:48:22 00155_long_merges: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 10:48:23 00191_aggregating_merge_tree_and_final: [ OK ] 3.67 sec.
2025-05-26 10:48:24 00167_settings_inside_query: [ OK ] 3.61 sec.
2025-05-26 10:48:25 00157_aliases_and_lambda_formal_parameters: [ OK ] 3.40 sec.
2025-05-26 10:48:25 00152_totals_in_subquery: [ OK ] 3.54 sec.
2025-05-26 10:48:26 00151_tuple_with_array: [ OK ] 3.44 sec.
2025-05-26 10:48:29 00146_summing_merge_tree_nested_map: [ OK ] 4.35 sec.
2025-05-26 10:48:29 00145_empty_likes: [ OK ] 3.76 sec.
2025-05-26 10:48:29 00140_prewhere_column_order: [ OK ] 3.71 sec.
2025-05-26 10:48:31 00121_drop_column_zookeeper: [ OK ] 4.62 sec.
2025-05-26 10:48:33 00114_float_type_result_of_division: [ OK ] 3.38 sec.
2025-05-26 10:48:33 00119_storage_join: [ OK ] 3.88 sec.
2025-05-26 10:48:35 00098_3_union_all: [ OK ] 3.82 sec.
2025-05-26 10:48:36 00098_6_union_all: [ OK ] 3.38 sec.
2025-05-26 10:48:36 00098_d_union_all: [ OK ] 3.79 sec.
2025-05-26 10:48:40 00089_group_by_arrays_of_fixed: [ OK ] 3.45 sec.
2025-05-26 10:48:40 00087_distinct_of_empty_arrays: [ OK ] 3.50 sec.
2025-05-26 10:48:44 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 3.50 sec.
2025-05-26 10:48:44 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 3.98 sec.
2025-05-26 10:48:44 00186_very_long_arrays: [ OK ] 24.40 sec.
2025-05-26 10:48:47 00056_join_number_string: [ OK ] 3.41 sec.
2025-05-26 10:48:47 00063_check_query: [ OK ] 3.84 sec.
2025-05-26 10:48:48 00048_b_stored_aggregates_merge: [ OK ] 4.00 sec.
2025-05-26 10:48:51 00044_sorting_by_string_descending: [ OK ] 3.44 sec.
2025-05-26 10:48:51 00034_fixed_string_to_number: [ OK ] 3.26 sec.
2025-05-26 10:48:52 00033_fixed_string_to_string: [ OK ] 3.29 sec.
2025-05-26 10:48:54 00023_agg_select_agg_subquery: [ OK ] 3.31 sec.
2025-05-26 10:48:54 00017_in_subquery_with_empty_result: [ OK ] 3.29 sec.
2025-05-26 10:48:55 00010_big_array_join: [ OK ] 3.37 sec.
2025-05-26 10:48:55
2025-05-26 10:48:55 160 tests passed. 3 tests skipped. 1444.02 s elapsed (ForkPoolWorker-3).
2025-05-26 10:48:57 00003_reinterpret_as_string: [ OK ] 3.39 sec.
2025-05-26 10:48:57
2025-05-26 10:48:57 177 tests passed. 2 tests skipped. 1446.32 s elapsed (ForkPoolWorker-7).
2025-05-26 10:48:58 00001_select_1: [ OK ] 3.39 sec.
2025-05-26 10:48:58
2025-05-26 10:48:58 136 tests passed. 1 tests skipped. 1446.44 s elapsed (ForkPoolWorker-2).
2025-05-26 10:49:16 00312_position_case_insensitive_utf8: [ OK ] 86.13 sec.
2025-05-26 10:49:16
2025-05-26 10:49:16 122 tests passed. 2 tests skipped. 1465.32 s elapsed (ForkPoolWorker-5).
2025-05-26 10:49:27 00411_long_accurate_number_comparison_int1: [ OK ] 141.62 sec.
2025-05-26 10:49:27
2025-05-26 10:49:27 120 tests passed. 2 tests skipped. 1475.62 s elapsed (ForkPoolWorker-8).
2025-05-26 10:49:31 00115_shard_in_incomplete_result: [ OK ] 61.76 sec.
2025-05-26 10:49:31
2025-05-26 10:49:31 Having 1 errors! 141 tests passed. 2 tests skipped. 1479.76 s elapsed (ForkPoolWorker-6).
2025-05-26 10:51:12 00097_long_storage_buffer_race_condition: [ OK ] 157.11 sec.
2025-05-26 10:51:12
2025-05-26 10:51:12 124 tests passed. 0 tests skipped. 1581.06 s elapsed (ForkPoolWorker-4).
2025-05-26 10:51:13 00626_replace_partition_from_table_zookeeper: [ OK ] 342.08 sec.
2025-05-26 10:51:13
2025-05-26 10:51:13 134 tests passed. 0 tests skipped. 1582.15 s elapsed (ForkPoolWorker-9).
2025-05-26 10:51:13
2025-05-26 10:51:13 Running 116 stateless tests (MainProcess).
2025-05-26 10:51:13
2025-05-26 10:51:17 03171_hashed_dictionary_short_circuit_bug_fix: [ OK ] 3.75 sec.
2025-05-26 10:51:19 03000_traverse_shadow_system_data_paths: [ OK ] 1.41 sec.
2025-05-26 10:51:23 02989_system_tables_metadata_version: [ OK ] 4.25 sec.
2025-05-26 10:51:40 02980_dist_insert_readonly_replica: [ OK ] 17.30 sec.
2025-05-26 10:52:34 02933_change_cache_setting_without_restart: [ OK ] 53.45 sec.
2025-05-26 10:52:47 02918_fuzzjson_table_function: [ OK ] 13.56 sec.
2025-05-26 10:52:51 02908_empty_named_collection: [ OK ] 3.11 sec.
2025-05-26 10:53:30 02888_replicated_merge_tree_creation: [ OK ] 39.73 sec.
2025-05-26 10:53:33 02867_create_user_ssh: [ OK ] 2.64 sec.
2025-05-26 10:53:38 02843_insertion_table_schema_infer: [ OK ] 5.37 sec.
2025-05-26 10:53:44 02842_truncate_database: [ OK ] 5.10 sec.
2025-05-26 10:53:58 02789_table_functions_errors: [ OK ] 13.94 sec.
2025-05-26 10:54:01 02775_show_columns_called_from_clickhouse: [ OK ] 3.87 sec.
2025-05-26 10:54:06 02726_async_insert_flush_queue: [ OK ] 4.58 sec.
2025-05-26 10:54:12 02703_row_policies_for_database_combination: [ OK ] 5.43 sec.
2025-05-26 10:54:19 02686_postgres_protocol_decimal_256: [ OK ] 6.98 sec.
2025-05-26 10:54:42 02566_ipv4_ipv6_binary_formats: [ OK ] 23.87 sec.
2025-05-26 10:54:47 02561_temporary_table_sessions: [ OK ] 4.41 sec.
2025-05-26 10:55:24 02504_regexp_dictionary_yaml_source: [ OK ] 36.58 sec.
2025-05-26 10:55:47 02503_insert_storage_snapshot: [ OK ] 23.71 sec.
2025-05-26 10:55:52 02496_storage_s3_profile_events: [ OK ] 4.24 sec.
2025-05-26 10:55:56 02495_s3_filter_by_file: [ OK ] 4.82 sec.
2025-05-26 10:56:00 02494_query_cache_min_query_duration: [ OK ] 3.59 sec.
2025-05-26 10:56:04 02494_query_cache_compression: [ OK ] 3.84 sec.
2025-05-26 10:56:07 02494_query_cache_exception_handling: [ OK ] 3.42 sec.
2025-05-26 10:56:11 02494_query_cache_explain: [ OK ] 3.63 sec.
2025-05-26 10:56:15 02494_query_cache_bugs: [ OK ] 3.82 sec.
2025-05-26 10:58:52 02494_query_cache_user_isolation: [ OK ] 157.41 sec.
2025-05-26 10:59:15 02482_capnp_list_of_structs: [ OK ] 22.07 sec.
2025-05-26 11:01:42 02455_one_row_from_csv_memory_usage: [ OK ] 147.39 sec.
2025-05-26 11:01:55 02422_allow_implicit_no_password: [ OK ] 13.26 sec.
2025-05-26 11:02:26 02421_record_errors_row_by_input_format: [ OK ] 30.97 sec.
2025-05-26 11:02:30 02417_json_object_each_row_format: [ OK ] 3.60 sec.
2025-05-26 11:02:34 02411_merge_tree_zero_max_read_buffer_size: [ OK ] 3.39 sec.
2025-05-26 11:02:34 02397_system_parts_race_condition_drop_rm: [ SKIPPED ] 0.00 sec. - disabled
2025-05-26 11:02:34 02396_system_parts_race_condition_rm: [ SKIPPED ] 0.00 sec. - disabled
2025-05-26 11:02:59 02377_quota_key: [ OK ] 25.45 sec.
2025-05-26 11:03:07 02364_window_view_segfault: [ OK ] 8.23 sec.
2025-05-26 11:03:11 02323_null_modifier_in_table_function: [ OK ] 3.42 sec.
2025-05-26 11:03:17 02311_system_zookeeper_insert_priv: [ OK ] 6.14 sec.
2025-05-26 11:03:19 02294_fp_seconds_profile: [ OK ] 2.41 sec.
2025-05-26 11:03:27 02293_test_zstd_window_log_max: [ OK ] 7.19 sec.
2025-05-26 11:03:53 02270_stdin_with_query_or_infile_data: [ OK ] 26.42 sec.
2025-05-26 11:05:49 02265_test_dns_profile_events: [ OK ] 115.55 sec.
2025-05-26 11:05:52 02265_rename_join_ordinary_to_atomic: [ OK ] 3.71 sec.
2025-05-26 11:06:06 02263_lazy_mark_load: [ OK ] 13.59 sec.
2025-05-26 11:06:38 02247_names_order_in_json_and_tskv: [ OK ] 31.24 sec.
2025-05-26 11:06:41 02244_column_names_in_shcmea_inference: [ OK ] 3.77 sec.
2025-05-26 11:08:00 02241_filesystem_cache_on_write_operations: [ OK ] 78.16 sec.
2025-05-26 11:08:01 02240_filesystem_query_cache: [ OK ] 1.25 sec.
2025-05-26 11:08:05 02168_avro_bug: [ OK ] 3.44 sec.
2025-05-26 11:09:23 02149_external_schema_inference: [ OK ] 78.59 sec.
2025-05-26 11:09:27 02103_sql_user_defined_functions_composition: [ OK ] 3.44 sec.
2025-05-26 11:10:26 02103_with_names_and_types_parallel_parsing: [ OK ] 58.91 sec.
2025-05-26 11:11:19 02103_tsv_csv_custom_null_representation: [ OK ] 52.67 sec.
2025-05-26 11:11:22 02098_sql_user_defined_functions_aliases: [ OK ] 3.39 sec.
2025-05-26 11:15:34 02030_capnp_format: [ OK ] 251.52 sec.
2025-05-26 11:15:58 01945_system_warnings: [ OK ] 24.08 sec.
2025-05-26 11:16:02 01915_create_or_replace_dictionary: [ OK ] 4.25 sec.
2025-05-26 11:16:59 01889_check_row_policy_defined_using_user_function: [ OK ] 57.13 sec.
2025-05-26 11:17:02 01821_table_comment: [ OK ] 2.96 sec.
2025-05-26 11:17:07 01785_dictionary_element_count: [ OK ] 4.84 sec.
2025-05-26 11:17:12 01766_hashed_dictionary_complex_key: [ OK ] 5.25 sec.
2025-05-26 11:17:20 01765_hashed_dictionary_simple_key: [ OK ] 7.13 sec.
2025-05-26 11:17:25 01760_system_dictionaries: [ OK ] 4.93 sec.
2025-05-26 11:17:28 01759_dictionary_unique_attribute_names: [ OK ] 3.78 sec.
2025-05-26 11:17:35 01753_direct_dictionary_simple_key: [ OK ] 6.47 sec.
2025-05-26 11:17:35 01747_system_session_log_long: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 11:17:39 01747_executable_pool_dictionary_implicit_key: [ OK ] 3.71 sec.
2025-05-26 11:17:42 01746_executable_pool_dictionary: [ OK ] 3.49 sec.
2025-05-26 11:17:56 01656_test_query_log_factories_info: [ OK ] 13.86 sec.
2025-05-26 11:18:00 01625_constraints_index_append: [ OK ] 4.04 sec.
2025-05-26 11:18:04 01602_show_create_view: [ OK ] 3.37 sec.
2025-05-26 11:19:00 01600_log_queries_with_extensive_info: [ OK ] 56.29 sec.
2025-05-26 11:19:24 01545_system_errors: [ OK ] 24.43 sec.
2025-05-26 11:19:52 01543_avro_deserialization_with_lc: [ OK ] 27.65 sec.
2025-05-26 11:20:02 01524_do_not_merge_across_partitions_select_final: [ OK ] 9.41 sec.
2025-05-26 11:20:06 01516_create_table_primary_key: [ OK ] 4.41 sec.
2025-05-26 11:20:22 01507_clickhouse_server_start_with_embedded_config: [ OK ] 15.62 sec.
2025-05-26 11:20:26 01494_storage_join_persistency: [ OK ] 3.97 sec.
2025-05-26 11:20:30 01493_storage_set_persistency: [ OK ] 3.92 sec.
2025-05-26 11:20:38 01474_executable_dictionary: [ OK ] 8.42 sec.
2025-05-26 11:20:42 01471_calculate_ttl_during_merge: [ OK ] 4.12 sec.
2025-05-26 11:20:46 01455_rank_correlation_spearman: [ OK ] 4.07 sec.
2025-05-26 11:20:46 01396_inactive_replica_cleanup_nodes_zookeeper: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 11:20:50 01383_remote_ambiguous_column_shard: [ OK ] 3.84 sec.
2025-05-26 11:20:55 01355_ilike: [ OK ] 4.51 sec.
2025-05-26 11:21:52 01318_long_unsuccessful_mutation_zookeeper: [ OK ] 56.86 sec.
2025-05-26 11:21:56 01293_system_distribution_queue: [ OK ] 3.92 sec.
2025-05-26 11:22:22 01280_ssd_complex_key_dictionary: [ OK ] 26.44 sec.
2025-05-26 11:22:56 01275_parallel_mv: [ OK ] 34.04 sec.
2025-05-26 11:23:01 01257_dictionary_mismatch_types: [ OK ] 4.37 sec.
2025-05-26 11:23:04 01254_dict_create_without_db: [ OK ] 3.69 sec.
2025-05-26 11:23:10 01251_dict_is_in_infinite_loop: [ OK ] 5.28 sec.
2025-05-26 11:23:13 01249_bad_arguments_for_bloom_filter: [ OK ] 3.23 sec.
2025-05-26 11:23:19 01232_extremes: [ OK ] 5.80 sec.
2025-05-26 11:23:19 01200_mutations_memory_consumption: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 11:25:28 01161_all_system_tables: [ OK ] 128.98 sec.
2025-05-26 11:25:34 01155_rename_move_materialized_view: [ OK ] 6.21 sec.
2025-05-26 11:25:37 01110_dictionary_layout_without_arguments: [ OK ] 2.69 sec.
2025-05-26 11:25:42 01103_distributed_product_mode_local_column_renames: [ OK ] 5.22 sec.
2025-05-26 11:30:34 01079_parallel_alter_modify_zookeeper_long: [ OK ] 291.30 sec.
2025-05-26 11:34:19 01079_parallel_alter_add_drop_column_zookeeper: [ OK ] 225.81 sec.
2025-05-26 11:34:23 01078_window_view_alter_query_watch: [ OK ] 3.84 sec.
2025-05-26 11:34:33 01072_window_view_multiple_columns_groupby: [ OK ] 9.88 sec.
2025-05-26 11:34:36 01065_window_view_event_hop_watch_bounded: [ OK ] 2.81 sec.
2025-05-26 11:34:39 01062_window_view_event_hop_watch_asc: [ OK ] 3.00 sec.
2025-05-26 11:34:51 01053_ssd_dictionary: [ OK ] 12.11 sec.
2025-05-26 11:35:35 01042_system_reload_dictionary_reloads_completely: [ OK ] 43.60 sec.
2025-05-26 11:35:39 01036_no_superfluous_dict_reload_on_create_database_2: [ OK ] 4.15 sec.
2025-05-26 11:35:44 01018_dictionaries_from_dictionaries: [ OK ] 5.21 sec.
2025-05-26 11:35:58 01003_kill_query_race_condition: [ OK ] 13.86 sec.
2025-05-26 11:36:03 00985_merge_stack_overflow: [ OK ] 4.82 sec.
2025-05-26 11:36:11 00950_dict_get: [ OK ] 7.48 sec.
2025-05-26 11:36:38 00933_test_fix_extra_seek_on_compressed_cache: [ OK ] 27.68 sec.
2025-05-26 11:36:44 00510_materizlized_view_and_deduplication_zookeeper: [ OK ] 5.84 sec.
2025-05-26 11:36:44
2025-05-26 11:36:44 111 tests passed. 5 tests skipped. 2730.95 s elapsed (MainProcess).
2025-05-26 11:36:49 Won't run stateful tests because test data wasn't loaded.
2025-05-26 11:36:49 Checking the hung queries: done
2025-05-26 11:36:49
2025-05-26 11:36:49 No queries hung.
2025-05-26 11:36:49 All tests have finished.
2025-05-26 11:36:49
2025-05-26 11:36:49 Top patterns of log messages:
2025-05-26 11:36:49
2025-05-26 11:36:49 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2025-05-26 11:36:49
2025-05-26 11:36:49 1. 35045 0.057 1.97 MiB 0.011 11 484 ['Trace'] 0.002 Access granted: {}{}
2025-05-26 11:36:49 2. 31631 0.051 8.40 MiB 0.045 1 157 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2025-05-26 11:36:49 3. 31617 0.051 4.73 MiB 0.025 4 156 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2025-05-26 11:36:49 4. 25279 0.041 713.07 KiB 0.004 1 154 ['Debug'] 0 Processed in {} sec.
2025-05-26 11:36:49 5. 21443 0.035 57.20 MiB 0.306 1 294 ['Trace'] 0.005 Query {} to stage {}{}
2025-05-26 11:36:49 6. 21269 0.034 57.62 MiB 0.309 1 294 ['Trace'] 0.005 Query {} from stage {} to stage {}{}
2025-05-26 11:36:49 7. 16794 0.027 1.31 MiB 0.007 1 145 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2025-05-26 11:36:49 8. 15005 0.024 527.54 KiB 0.003 1 14 ['Trace'] 1 Keeper request. Address: {}
2025-05-26 11:36:49 9. 14532 0.023 1.00 MiB 0.005 1 1308 ['Trace'] 0.663 Reserved {} on local disk {}, having unreserved {}.
2025-05-26 11:36:49 10. 13878 0.022 1.21 MiB 0.006 1 1010 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-05-26 11:36:49 11. 13830 0.022 432.19 KiB 0.002 1 13 ['Debug'] 1 Receive four letter command {}
2025-05-26 11:36:49 12. 13006 0.021 582.52 KiB 0.003 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2025-05-26 11:36:49 13. 12709 0.021 1.48 MiB 0.008 664 567 ['Trace'] 0.489 Renaming temporary part {} to {} with tid {}.
2025-05-26 11:36:49 14. 12359 0.02 596.07 KiB 0.003 1 553 ['Trace'] 0.462 filled checksums {}
2025-05-26 11:36:49 15. 12248 0.02 849.39 KiB 0.004 665 1061 ['Trace'] 0.725 Trying to reserve {} using storage policy from min volume index {}
2025-05-26 11:36:49 16. 11293 0.018 575.59 KiB 0.003 1 156 ['Debug'] 0.297 Peak memory usage{}: {}.
2025-05-26 11:36:49 17. 10876 0.018 320.85 KiB 0.002 1 1008 ['Trace'] 0 Aggregation method: {}
2025-05-26 11:36:49 18. 10815 0.017 888.39 KiB 0.005 6 253 ['Debug'] 0.991 {} Authenticating user '{}' from {}
2025-05-26 11:36:49 19. 10662 0.017 1.17 MiB 0.006 6 253 ['Debug'] 0.991 {} Authenticated with global context as user {}
2025-05-26 11:36:49 20. 10636 0.017 934.80 KiB 0.005 6 250 ['Debug'] 0.991 {} Logout, user_id: {}
2025-05-26 11:36:49 21. 10545 0.017 1.13 MiB 0.006 4 156 ['Debug'] 1 {} Creating session context with user_id: {}
2025-05-26 11:36:49 22. 10189 0.016 964.62 KiB 0.005 1 47 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2025-05-26 11:36:49 23. 6817 0.011 1.22 MiB 0.007 2 88 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2025-05-26 11:36:49 24. 6807 0.011 3.49 MiB 0.019 2 88 ['Trace'] 1 Request URI: {}
2025-05-26 11:36:49 25. 6601 0.011 135.37 KiB 0.001 2 88 ['Debug'] 0.076 Done processing query
2025-05-26 11:36:49 26. 6578 0.011 324.78 KiB 0.002 1 225 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}).
2025-05-26 11:36:49 27. 6578 0.011 987.09 KiB 0.005 1 225 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-05-26 11:36:49 28. 6556 0.011 70.43 KiB 0 1 1000 ['Trace'] 0 Aggregating
2025-05-26 11:36:49 29. 6192 0.01 842.18 KiB 0.004 1 2 ['Trace'] 1 Creating part at path {}
2025-05-26 11:36:49 30. 5667 0.009 206.30 KiB 0.001 16 16 ['Trace'] 1 Flushed system log up to offset {}
2025-05-26 11:36:49 31. 5667 0.009 330.79 KiB 0.002 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2025-05-26 11:36:49 32. 5065 0.008 412.62 KiB 0.002 1 974 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2025-05-26 11:36:49 33. 4429 0.007 418.18 KiB 0.002 1 156 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2025-05-26 11:36:49 34. 4429 0.007 149.23 KiB 0.001 2 156 ['Trace'] 1 TCP Request. Address: {}
2025-05-26 11:36:49 35. 4393 0.007 115.83 KiB 0.001 1 153 ['Debug'] 1 Done processing connection.
2025-05-26 11:36:49 36. 3964 0.006 498.95 KiB 0.003 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2025-05-26 11:36:49 37. 3738 0.006 296.03 KiB 0.002 492 119 ['Trace'] 0.003 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2025-05-26 11:36:49 38. 3378 0.005 75.87 KiB 0 1 959 ['Trace'] 0 Merging aggregated data
2025-05-26 11:36:49 39. 3244 0.005 250.27 KiB 0.001 1 103 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2025-05-26 11:36:49 40. 3058 0.005 166.44 KiB 0.001 157 548 ['Debug'] 0.927 Selected {} parts from {} to {}
2025-05-26 11:36:49 41. 2858 0.005 240.41 KiB 0.001 1 49 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2025-05-26 11:36:49 42. 2857 0.005 97.59 KiB 0.001 1 49 ['Debug'] 0 Selected MergeAlgorithm: {}
2025-05-26 11:36:49 43. 2849 0.005 373.70 KiB 0.002 1 49 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2025-05-26 11:36:49 44. 2847 0.005 191.65 KiB 0.001 162 49 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2025-05-26 11:36:49 45. 2731 0.004 356.73 KiB 0.002 1 56 ['Debug'] 0.001 Before join block: '{}'
2025-05-26 11:36:49 46. 2731 0.004 498.24 KiB 0.003 1 56 ['Debug'] 0.001 After join block: '{}'
2025-05-26 11:36:49 47. 2720 0.004 345.47 KiB 0.002 1 511 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2025-05-26 11:36:49 48. 2720 0.004 539.22 KiB 0.003 1 511 ['Information'] 1 Removing metadata {} of dropped table {}
2025-05-26 11:36:49 49. 2707 0.004 200.91 KiB 0.001 1 71 ['Debug'] 0 Waiting for table {} to be finally dropped
2025-05-26 11:36:49 50. 2605 0.004 71.11 KiB 0 566 169 ['Debug'] 0.031 Key condition: {}
2025-05-26 11:36:49 51. 2581 0.004 293.37 KiB 0.002 547 369 ['Debug'] 0.987 Removing {} parts from filesystem (serially): Parts: [{}]
2025-05-26 11:36:49 52. 2550 0.004 22.41 KiB 0 2 70 ['Trace'] 0.002 No tables
2025-05-26 11:36:49 53. 2542 0.004 52.13 KiB 0 1 878 ['Debug'] 1 Stop worker in {}
2025-05-26 11:36:49 54. 2542 0.004 166.48 KiB 0.001 1 662 ['Debug'] 1 Execute load job '{}' in {}
2025-05-26 11:36:49 55. 2542 0.004 79.44 KiB 0 1 729 ['Debug'] 0.499 Spawn loader worker #{} in {}
2025-05-26 11:36:49 56. 2542 0.004 176.40 KiB 0.001 1 662 ['Debug'] 1 Finish load job '{}' with status {}
2025-05-26 11:36:49 57. 2542 0.004 173.92 KiB 0.001 1 70 ['Debug'] 0.002 Schedule load job '{}' into {}
2025-05-26 11:36:49 58. 2541 0.004 201.17 KiB 0.001 1 70 ['Debug'] 0.002 Prioritize load job '{}': {} -> {}
2025-05-26 11:36:49 59. 2536 0.004 84.20 KiB 0 1 748 ['Debug'] 0.501 Change current priority: {} -> {}
2025-05-26 11:36:49 60. 2438 0.004 279.01 KiB 0.001 561 169 ['Debug'] 0.034 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2025-05-26 11:36:49 61. 2335 0.004 187.74 KiB 0.001 89 695 ['Trace'] 0.905 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2025-05-26 11:36:49 62. 2290 0.004 232.85 KiB 0.001 1 82 ['Trace'] 0.039 PREWHERE condition was split into {} steps: {}
2025-05-26 11:36:49 63. 2205 0.004 199.57 KiB 0.001 81 503 ['Trace'] 0.999 Insert entry {} to queue with type {}
2025-05-26 11:36:49 64. 2182 0.004 304.00 KiB 0.002 84 497 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2025-05-26 11:36:49 65. 2138 0.003 182.99 KiB 0.001 111 498 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
2025-05-26 11:36:49 66. 2107 0.003 109.05 KiB 0.001 496 168 ['Trace'] 0.037 Spreading mark ranges among streams (default reading)
2025-05-26 11:36:49 67. 2057 0.003 52.23 KiB 0 80 502 ['Debug'] 1 Pulled {} entries to queue.
2025-05-26 11:36:49 68. 2057 0.003 118.52 KiB 0.001 80 502 ['Debug'] 1 Pulling {} entries to queue: {} - {}
2025-05-26 11:36:49 69. 2049 0.003 204.79 KiB 0.001 46 83 ['Debug'] 0.989 Removing {} parts from memory: Parts: [{}]
2025-05-26 11:36:49 70. 2049 0.003 202.79 KiB 0.001 46 83 ['Trace'] 0.989 Found {} old parts to remove. Parts: [{}]
2025-05-26 11:36:49 71. 1924 0.003 153.28 KiB 0.001 1 839 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2025-05-26 11:36:49 72. 1720 0.003 184.64 KiB 0.001 1 26 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2025-05-26 11:36:49 73. 1486 0.002 4.87 MiB 0.026 2 1 ['Error'] 0 Table {}.{} does not exist. Maybe you meant {}.{}?
2025-05-26 11:36:49 74. 1447 0.002 130.41 KiB 0.001 1 660 ['Debug'] 0.001 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2025-05-26 11:36:49 75. 1350 0.002 53.85 KiB 0 68 33 ['Debug'] 0.37 Committing part {} to zookeeper
2025-05-26 11:36:49 76. 1338 0.002 200.35 KiB 0.001 1 410 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2025-05-26 11:36:49 77. 1338 0.002 151.57 KiB 0.001 1 432 ['Information'] 0 Sorting and writing part of data into temporary file {}
2025-05-26 11:36:49 78. 1280 0.002 97.50 KiB 0.001 14 76 ['Trace'] 0.955 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {}
2025-05-26 11:36:49 79. 1280 0.002 69.13 KiB 0 14 76 ['Trace'] 0.955 List of all grants: {}
2025-05-26 11:36:49 80. 1280 0.002 110.04 KiB 0.001 14 76 ['Trace'] 0.955 List of all grants including implicit: {}
2025-05-26 11:36:49 81. 1275 0.002 104.67 KiB 0.001 1270 70 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total.
2025-05-26 11:36:49 82. 1275 0.002 75.80 KiB 0 1 70 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec
2025-05-26 11:36:49 83. 1235 0.002 76.06 KiB 0 1 68 ['Debug'] 0.002 Wait load job '{}' in {}
2025-05-26 11:36:49 84. 1222 0.002 47.46 KiB 0 67 32 ['Debug'] 0.408 Part {} committed to zookeeper
2025-05-26 11:36:49 85. 1181 0.002 215.41 KiB 0.001 1 55 ['Trace'] 0.002 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {}
2025-05-26 11:36:49 86. 1172 0.002 41.20 KiB 0 1 13 ['Warning'] 1 Not enabled four letter command {}
2025-05-26 11:36:49 87. 1166 0.002 34.16 KiB 0 111 459 ['Debug'] 0.993 Updating strategy picker state
2025-05-26 11:36:49 88. 1165 0.002 75.17 KiB 0 1 73 ['Trace'] 0.017 {}Join data is being destroyed, {} bytes and {} rows in hash table
2025-05-26 11:36:49 89. 1088 0.002 19.13 KiB 0 1029 93 ['Debug'] 0.023 Loading data parts
2025-05-26 11:36:49 90. 1062 0.002 23.85 KiB 0 1029 90 ['Debug'] 0.021 There are no data parts
2025-05-26 11:36:49 91. 1037 0.002 73.02 KiB 0 6 29 ['Debug'] 0.011 Flushing buffer with {} rows, {} bytes, age {} seconds, took {} ms {}.
2025-05-26 11:36:49 92. 1031 0.002 32.61 KiB 0 19 19 ['Debug'] 0 Requested flush up to offset {}
2025-05-26 11:36:49 93. 1026 0.002 43.08 KiB 0 1004 445 ['Information'] 0.965 dropAllData: clearing temporary directories
2025-05-26 11:36:49 94. 1026 0.002 66.13 KiB 0 1004 445 ['Information'] 0.965 dropAllData: removing table directory recursive to cleanup garbage
2025-05-26 11:36:49 95. 1026 0.002 77.15 KiB 0 1004 445 ['Information'] 0.965 dropAllData: remove format_version.txt, detached, moving and write ahead logs
2025-05-26 11:36:49 96. 1026 0.002 59.20 KiB 0 1004 445 ['Trace'] 0.965 dropAllData: removing data parts (count {}) from filesystem.
2025-05-26 11:36:49 97. 1026 0.002 31.06 KiB 0 1004 445 ['Trace'] 0.965 dropAllData: waiting for locks.
2025-05-26 11:36:49 98. 1026 0.002 49.10 KiB 0 1004 445 ['Trace'] 0.965 dropAllData: removing all data parts from memory.
2025-05-26 11:36:49 99. 1026 0.002 18.04 KiB 0 1004 445 ['Trace'] 0.965 dropAllData: done.
2025-05-26 11:36:49 100. 1022 0.002 74.49 KiB 0 1 88 ['Trace'] 0.04 The min valid primary key position for moving to the tail of PREWHERE is {}
2025-05-26 11:36:49
2025-05-26 11:36:49
2025-05-26 11:36:49
2025-05-26 11:36:49 Top messages without format string (fmt::runtime):
2025-05-26 11:36:49
2025-05-26 11:36:49 count pattern runtime_message line
2025-05-26 11:36:49
2025-05-26 11:36:49 1. 12 CodeDBExceptionReceivedfromDBExc Code: 47. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Identifier '__table1.arr.size0' cannot be resolved from table with name __table1. In scope SELECT __table1.`arr.size0` AS `arr.size0`, __table1.`n.null` AS `n.null`, __table1.`t.s1` AS ` ('/executeQuery.cpp',219)
2025-05-26 11:36:49 2. 8 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2025-05-26 11:36:49
2025-05-26 11:36:49 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000 ('/Exception.cpp',222)
2025-05-26 11:36:49 3. 6 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 8 ('$'): $$ab
2025-05-26 11:36:49 . Expected one of: ALL, DISTINCT ON, DISTINCT, TOP, not empty list of expressions, list of expressions, list of elements, expression with optional alias, element of expression with opt ('/executeQuery.cpp',219)
2025-05-26 11:36:49 4. 6 CodeDBExceptionReceivedfromlocal Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace:
2025-05-26 11:36:49
2025-05-26 11:36:49 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x0000 ('/executeQuery.cpp',219)
2025-05-26 11:36:49 5. 4 CodeDBExceptionFailedtogetobject Code: 499. DB::Exception: Failed to get object info: No response body.. HTTP response code: 404: While executing S3. (S3_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:57996) (comment: 02752_forbidden_headers.sql) (in query: SEL ('/executeQuery.cpp',219)
2025-05-26 11:36:49 6. 4 CodeDBExceptionSQLitedatabasefil Code: 481. DB::Exception: SQLite database file path '/etc/passwd' must be inside 'user_files' directory. (PATH_ACCESS_DENIED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:56546) (comment: 02918_sqlite_path_check.sh) (in query: Select ('/executeQuery.cpp',219)
2025-05-26 11:36:49 7. 3 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2025-05-26 11:36:49 8. 2 CodeDBExceptionNumberequalswhile Code: 395. DB::Exception: Number equals 1000: while executing 'FUNCTION throwIf(equals(__table1.number, 1000_UInt16) :: 0, 'Number equals 1000'_String :: 2) -> throwIf(equals(__table1.number, 1000_UInt16), 'Number equals 1000'_String) UInt8 : 1'. (FUNCTION ('/executeQuery.cpp',219)
2025-05-26 11:36:49 9. 1 PocoExceptionCodeecodeNotfoundbo Poco::Exception. Code: 1000, e.code() = 0, Not found: boundary, Stack trace (when copying this message, always include the lines below):
2025-05-26 11:36:49
2025-05-26 11:36:49 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000a8d4882
2025-05-26 11:36:49 1. /build/ ('/Exception.cpp',222)
2025-05-26 11:36:49 10. 1 Requestfailednowwaitingmsbeforea Request failed, now waiting 0 ms before attempting again. ('/AWSLogger.cpp',71)
2025-05-26 11:36:49 11. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1
2025-05-26 11:36:49 my id: 1, voting_member
2025-05-26 11:36:49 num peers: 0 ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 12. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 13. 1 startingup starting up ('',0)
2025-05-26 11:36:49 14. 1 Failedtomakerequesttohttplocalho Failed to make request to: http://localhost:8123/123/4: Poco::Exception. Code: 1000, e.code() = 0, Syntax error: Not a valid integer: 'is', Stack trace (when copying this message, always include the lines below):
2025-05-26 11:36:49
2025-05-26 11:36:49 0. /build/contrib/llvm-project/libcxx/incl ('/PocoHTTPClient.cpp',576)
2025-05-26 11:36:49 15. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 16. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 17. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 18. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 19. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.18.10389.altinitystable (revision: 4294967295, git hash: 7a1b53921dfb37a4fe50af3efd7b3b833d32682a, build id: A267D1C8A88C127A327899E5B77C6DBDCB735C23), PID 747 ('',0)
2025-05-26 11:36:49 20. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 21. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 22. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 23. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 24. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 25. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 26. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 27. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2025-05-26 11:36:49 28. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2025-05-26 11:36:49 29. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-05-26 11:39:29 30. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-05-26 11:39:29
2025-05-26 11:39:29
2025-05-26 11:39:29 Failed to get stats about log messages: timed out
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
Files in current directory
+ echo 'Files in current directory'
+ ls -la ./
total 137524
drwxr-xr-x 1 root root 4096 May 26 11:20 .
drwxr-xr-x 1 root root 4096 May 26 11:20 ..
-rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 May 26 10:23 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 May 26 10:23 __azurite_db_blob__.json
-rw-r--r-- 1 root root 62138 May 26 11:38 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 May 26 10:23 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 4003 May 26 10:19 broken_tests.json
drwxr-x--- 4 root root 4096 May 26 11:01 data
drwxr-xr-x 5 root root 340 May 26 10:21 dev
-rwxr-xr-x 1 root root 0 May 26 10:21 .dockerenv
drwxr-xr-x 1 root root 4096 May 26 10:22 etc
drwxr-x--- 2 root root 4096 May 26 11:01 flags
drwxr-x--- 2 root root 4096 May 26 11:01 format_schemas
drwxr-xr-x 1 1000 1000 4096 May 26 10:23 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
drwxr-x--- 2 root root 4096 May 26 11:01 metadata
drwxr-x--- 2 root root 4096 May 26 11:01 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 May 26 10:23 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-x--- 2 root root 4096 May 26 11:01 named_collections
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 May 26 10:21 package_folder
drwxr-x--- 2 root root 4096 May 26 11:20 preprocessed_configs
dr-xr-xr-x 310 root root 0 May 26 10:21 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
-rw-r----- 1 root root 1 May 26 11:01 quotas.list
-rw-r----- 1 root root 1 May 26 11:01 roles.list
drwx------ 1 root root 4096 May 26 11:34 root
-rw-r----- 1 root root 1 May 26 11:01 row_policies.list
drwxr-xr-x 1 root root 4096 May 26 10:22 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 May 26 10:23 script.gdb
-rw-r--r-- 1 root root 41362 May 26 11:20 server.log
-rw-r----- 1 root root 1 May 26 11:01 settings_profiles.list
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
drwxr-x--- 4 root root 4096 May 26 11:01 store
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 26 10:21 sys
drwxrwxr-x 2 1000 1000 4096 May 26 10:24 test_output
drwxrwxrwt 1 root root 20480 May 26 11:39 tmp
drwxr-xr-x 2 root root 4096 May 26 10:24 user_defined
drwxr-x--- 2 root root 4096 May 26 11:01 user_files
-rw-r----- 1 root root 1 May 26 11:01 users.list
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
-rw-r----- 1 root root 36 May 26 11:01 uuid
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 137524
drwxr-xr-x 1 root root 4096 May 26 11:20 .
drwxr-xr-x 1 root root 4096 May 26 11:20 ..
-rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 May 26 10:23 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 May 26 10:23 __azurite_db_blob__.json
-rw-r--r-- 1 root root 62138 May 26 11:38 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 May 26 10:23 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 4003 May 26 10:19 broken_tests.json
drwxr-x--- 4 root root 4096 May 26 11:01 data
drwxr-xr-x 5 root root 340 May 26 10:21 dev
-rwxr-xr-x 1 root root 0 May 26 10:21 .dockerenv
drwxr-xr-x 1 root root 4096 May 26 10:22 etc
drwxr-x--- 2 root root 4096 May 26 11:01 flags
drwxr-x--- 2 root root 4096 May 26 11:01 format_schemas
drwxr-xr-x 1 1000 1000 4096 May 26 10:23 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
drwxr-x--- 2 root root 4096 May 26 11:01 metadata
drwxr-x--- 2 root root 4096 May 26 11:01 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 May 26 10:23 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-x--- 2 root root 4096 May 26 11:01 named_collections
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 May 26 10:21 package_folder
drwxr-x--- 2 root root 4096 May 26 11:20 preprocessed_configs
dr-xr-xr-x 310 root root 0 May 26 10:21 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
-rw-r----- 1 root root 1 May 26 11:01 quotas.list
-rw-r----- 1 root root 1 May 26 11:01 roles.list
drwx------ 1 root root 4096 May 26 11:34 root
-rw-r----- 1 root root 1 May 26 11:01 row_policies.list
drwxr-xr-x 1 root root 4096 May 26 10:22 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 May 26 10:23 script.gdb
-rw-r--r-- 1 root root 41362 May 26 11:20 server.log
-rw-r----- 1 root root 1 May 26 11:01 settings_profiles.list
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
drwxr-x--- 4 root root 4096 May 26 11:01 store
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 26 10:21 sys
drwxrwxr-x 2 1000 1000 4096 May 26 10:24 test_output
drwxrwxrwt 1 root root 20480 May 26 11:39 tmp
drwxr-xr-x 2 root root 4096 May 26 10:24 user_defined
drwxr-x--- 2 root root 4096 May 26 11:01 user_files
-rw-r----- 1 root root 1 May 26 11:01 users.list
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
-rw-r----- 1 root root 36 May 26 11:01 uuid
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ /process_functional_tests_result.py
2025-05-26 11:39:29,886 File /analyzer_tech_debt.txt with broken tests found
2025-05-26 11:39:29,886 File /broken_tests.json with broken tests found
2025-05-26 11:39:29,887 Broken tests in the list: 38
2025-05-26 11:39:29,887 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log
2025-05-26 11:39:29,894 Is flaky check: False
2025-05-26 11:39:29,894 Result parsed
2025-05-26 11:39:29,895 Result written
+ clickhouse-client -q 'system flush logs'
+ stop_logs_replication
+ echo 'Detach all logs replication'
Detach all logs replication
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
+ tee /dev/stderr
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ sudo clickhouse stop
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 is running.
Sent terminate signal to process with pid 747.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 747.
The process with pid = 747 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ zstd --threads=0
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]